#DBFC8D

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

Shades of Reef #DBFC8D

Tints of Reef #DBFC8D

Color information

#DBFC8D (or 0xDBFC8D) is unknown color: approx Reef. HEX triplet: DB, FC and 8D. RGB value is (219,252,141). Sum of RGB (Red+Green+Blue) = 219+252+141=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC8D is #240372. Grayscale: #E5E5E5. Windows color (decimal): -2360179 or 9305307. OLE color: 9305307.

HSL color Cylindrical-coordinate representation of color #DBFC8D: hue angle of 77.84º 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 #DBFC8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB219252141-
CMYK0.1300.440.01
HSL77.84º94.87%77.06%-
HSV(B)77.84º44.05%98.82%-
XYZ68.8386.638.29-
YUV229.4878.07120.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 252 (98.83% from 255) = 41.18%
BLUE value IS 141 (55.47% from 255) = 23.04%
R=35.78%
G=41.18%
B=23.04%

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
Decimal2192521410.1300.440.0177.8494.8777.06
HexDBFC8DD02C14e5f4d
Octal333374215150541116137115
Binary110110111111110010001101110101011001100111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFC8D; }

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

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

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

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

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

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

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

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