#D4FBA6

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

Shades of Reef #D4FBA6

Tints of Reef #D4FBA6

Color information

#D4FBA6 (or 0xD4FBA6) is unknown color: approx Reef. HEX triplet: D4, FB and A6. RGB value is (212,251,166). Sum of RGB (Red+Green+Blue) = 212+251+166=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FBA6 is #2B0459. Grayscale: #E5E5E5. Windows color (decimal): -2819162 or 10943444. OLE color: 10943444.

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

Color convert

RGB212251166-
CMYK0.1600.340.02
HSL87.53º91.4%81.76%-
HSV(B)87.53º33.86%98.43%-
XYZ68.5385.7449.01-
YUV229.6592.08115.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.70%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 166 (65.23% from 255) = 26.39%
R=33.70%
G=39.90%
B=26.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122511660.1600.340.0287.5391.481.76
HexD4FBA6100222585b52
Octal324373246200422130133122
Binary11010100111110111010011010000010001010101100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FBA6; }

 p { color: rgb(212,251,166); }

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

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

 a { background-color: rgb(212,251,166); }

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

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

 span { border-color: rgb(212,251,166); }

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