#D6F297

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

Shades of Reef #D6F297

Tints of Reef #D6F297

Color information

#D6F297 (or 0xD6F297) is unknown color: approx Reef. HEX triplet: D6, F2 and 97. RGB value is (214,242,151). Sum of RGB (Red+Green+Blue) = 214+242+151=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F297 is #290D68. Grayscale: #DFDFDF. Windows color (decimal): -2690409 or 9958102. OLE color: 9958102.

HSL color Cylindrical-coordinate representation of color #D6F297: hue angle of 78.46º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6F297 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB214242151-
CMYK0.1200.380.05
HSL78.46º77.78%77.06%-
HSV(B)78.46º37.6%94.9%-
XYZ65.0780.0341.3-
YUV223.2587.22121.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 151 (59.38% from 255) = 24.88%
R=35.26%
G=39.87%
B=24.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142421510.1200.380.0578.4677.7877.06
HexD6F297C02654e4e4d
Octal326362227140465116116115
Binary11010110111100101001011111000100110101100111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F297; }

 p { color: rgb(214,242,151); }

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

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

 a { background-color: rgb(214,242,151); }

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

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

 span { border-color: rgb(214,242,151); }

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