#D6FCA4

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

Shades of Reef #D6FCA4

Tints of Reef #D6FCA4

Color information

#D6FCA4 (or 0xD6FCA4) is unknown color: approx Reef. HEX triplet: D6, FC and A4. RGB value is (214,252,164). Sum of RGB (Red+Green+Blue) = 214+252+164=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 164 (64.45% from 255 or 26.03% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FCA4 is #29035B. Grayscale: #E6E6E6. Windows color (decimal): -2687836 or 10812630. OLE color: 10812630.

HSL color Cylindrical-coordinate representation of color #D6FCA4: hue angle of 85.91º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6FCA4 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB214252164-
CMYK0.1500.350.01
HSL85.91º93.62%81.57%-
HSV(B)85.91º34.92%98.82%-
XYZ69.2486.648.19-
YUV230.6190.41116.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.97%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 164 (64.45% from 255) = 26.03%
R=33.97%
G=40%
B=26.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142521640.1500.350.0185.9193.6281.57
HexD6FCA4F0231565e52
Octal326374244170431126136122
Binary110101101111110010100100111101000111101011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCA4; }

 p { color: rgb(214,252,164); }

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

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

 a { background-color: rgb(214,252,164); }

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

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

 span { border-color: rgb(214,252,164); }

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