#D2FB9C

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

Shades of Reef #D2FB9C

Tints of Reef #D2FB9C

Color information

#D2FB9C (or 0xD2FB9C) is unknown color: approx Reef. HEX triplet: D2, FB and 9C. RGB value is (210,251,156). Sum of RGB (Red+Green+Blue) = 210+251+156=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FB9C is #2D0463. Grayscale: #E4E4E4. Windows color (decimal): -2950244 or 10288082. OLE color: 10288082.

HSL color Cylindrical-coordinate representation of color #D2FB9C: hue angle of 85.89º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2FB9C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB210251156-
CMYK0.1600.380.02
HSL85.89º92.23%79.8%-
HSV(B)85.89º37.85%98.43%-
XYZ67.0885.144.34-
YUV227.9187.42115.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 251 (98.44% from 255) = 40.68%
BLUE value IS 156 (61.33% from 255) = 25.28%
R=34.04%
G=40.68%
B=25.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102511560.1600.380.0285.8992.2379.8
HexD2FB9C100262565c50
Octal322373234200462126134120
Binary11010010111110111001110010000010011010101011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FB9C; }

 p { color: rgb(210,251,156); }

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

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

 a { background-color: rgb(210,251,156); }

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

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

 span { border-color: rgb(210,251,156); }

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