#DBFC8E

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

Shades of Reef #DBFC8E

Tints of Reef #DBFC8E

Color information

#DBFC8E (or 0xDBFC8E) is unknown color: approx Reef. HEX triplet: DB, FC and 8E. RGB value is (219,252,142). Sum of RGB (Red+Green+Blue) = 219+252+142=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC8E is #240371. Grayscale: #E6E6E6. Windows color (decimal): -2360178 or 9370843. OLE color: 9370843.

HSL color Cylindrical-coordinate representation of color #DBFC8E: hue angle of 78º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBFC8E is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB219252142-
CMYK0.1300.440.01
HSL78º94.83%77.25%-
HSV(B)78º43.65%98.82%-
XYZ68.9186.6338.68-
YUV229.5978.57120.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 142 (55.86% from 255) = 23.16%
R=35.73%
G=41.11%
B=23.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192521420.1300.440.017894.8377.25
HexDBFC8ED02C14e5f4d
Octal333374216150541116137115
Binary110110111111110010001110110101011001100111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFC8E; }

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

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

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

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

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

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

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

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