#D6FA9B

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

Shades of Reef #D6FA9B

Tints of Reef #D6FA9B

Color information

#D6FA9B (or 0xD6FA9B) is unknown color: approx Reef. HEX triplet: D6, FA and 9B. RGB value is (214,250,155). Sum of RGB (Red+Green+Blue) = 214+250+155=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FA9B is #290564. Grayscale: #E4E4E4. Windows color (decimal): -2688357 or 10222294. OLE color: 10222294.

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

Color convert

RGB214250155-
CMYK0.1400.380.02
HSL82.74º90.48%79.41%-
HSV(B)82.74º38%98.04%-
XYZ67.8385.0343.85-
YUV228.4186.57117.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 155 (60.94% from 255) = 25.04%
R=34.57%
G=40.39%
B=25.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142501550.1400.380.0282.7490.4879.41
HexD6FA9BE0262535a4f
Octal326372233160462123132117
Binary1101011011111010100110111110010011010101001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FA9B; }

 p { color: rgb(214,250,155); }

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

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

 a { background-color: rgb(214,250,155); }

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

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

 span { border-color: rgb(214,250,155); }

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