#D6F495

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

Shades of Reef #D6F495

Tints of Reef #D6F495

Color information

#D6F495 (or 0xD6F495) is unknown color: approx Reef. HEX triplet: D6, F4 and 95. RGB value is (214,244,149). Sum of RGB (Red+Green+Blue) = 214+244+149=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F495 is #290B6A. Grayscale: #E0E0E0. Windows color (decimal): -2689899 or 9827542. OLE color: 9827542.

HSL color Cylindrical-coordinate representation of color #D6F495: hue angle of 78.95º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6F495 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB214244149-
CMYK0.1200.390.04
HSL78.95º81.2%77.06%-
HSV(B)78.95º38.93%95.69%-
XYZ65.5181.1740.65-
YUV224.285.56120.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 244 (95.70% from 255) = 40.20%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=35.26%
G=40.20%
B=24.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142441490.1200.390.0478.9581.277.06
HexD6F495C02744f514d
Octal326364225140474117121115
Binary11010110111101001001010111000100111100100111110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F495; }

 p { color: rgb(214,244,149); }

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

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

 a { background-color: rgb(214,244,149); }

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

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

 span { border-color: rgb(214,244,149); }

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