#DBF58E

Color #DBF58E Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DBF58E

Tints of Reef #DBF58E

Color information

#DBF58E (or 0xDBF58E) is unknown color: approx Reef. HEX triplet: DB, F5 and 8E. RGB value is (219,245,142). Sum of RGB (Red+Green+Blue) = 219+245+142=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF58E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF58E is #240A71. Grayscale: #E1E1E1. Windows color (decimal): -2361970 or 9369051. OLE color: 9369051.

HSL color Cylindrical-coordinate representation of color #DBF58E: hue angle of 75.15º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBF58E is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB219245142-
CMYK0.1100.420.04
HSL75.15º83.74%75.88%-
HSV(B)75.15º42.04%96.08%-
XYZ66.7582.3237.96-
YUV225.4880.89123.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 245 (96.09% from 255) = 40.43%
BLUE value IS 142 (55.86% from 255) = 23.43%
R=36.14%
G=40.43%
B=23.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192451420.1100.420.0475.1583.7475.88
HexDBF58EB02A44b544c
Octal333365216130524113124114
Binary11011011111101011000111010110101010100100101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF58E; }

 p { color: rgb(219,245,142); }

 H1.HeaderClassName
 {
   color: #DBF58E;
 }
 .AnyTagClassName
 {
   color: #DBF58E;
 }
</style>
background-color css

<style>
 a { background-color: #DBF58E; }

 a { background-color: rgb(219,245,142); }

 div.DivClassName
 {
   background-color: #DBF58E;
 }
 .BgClassName
 {
   background-color: #DBF58E;
 }
</style>
border-color css

<style>
 span { border-color: #DBF58E; }

 span { border-color: rgb(219,245,142); }

 td.TdClassName
 {
   border-color: #DBF58E;
 }
 .TagClassName
 {
   border-color: #DBF58E;
 }
</style>