#D6F6AF

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

Shades of Reef #D6F6AF

Tints of Reef #D6F6AF

Color information

#D6F6AF (or 0xD6F6AF) is unknown color: approx Reef. HEX triplet: D6, F6 and AF. RGB value is (214,246,175). Sum of RGB (Red+Green+Blue) = 214+246+175=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F6AF is #290950. Grayscale: #E4E4E4. Windows color (decimal): -2689361 or 11531990. OLE color: 11531990.

HSL color Cylindrical-coordinate representation of color #D6F6AF: hue angle of 87.04º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6F6AF is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB214246175-
CMYK0.1300.290.04
HSL87.04º79.78%82.55%-
HSV(B)87.04º28.86%96.47%-
XYZ68.4383.353.03-
YUV228.3497.9117.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 246 (96.48% from 255) = 38.74%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=33.70%
G=38.74%
B=27.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142461750.1300.290.0487.0479.7882.55
HexD6F6AFD01D4575053
Octal326366257150354127120123
Binary1101011011110110101011111101011101100101011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F6AF; }

 p { color: rgb(214,246,175); }

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

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

 a { background-color: rgb(214,246,175); }

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

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

 span { border-color: rgb(214,246,175); }

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