#D6F992

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

Shades of Reef #D6F992

Tints of Reef #D6F992

Color information

#D6F992 (or 0xD6F992) is unknown color: approx Reef. HEX triplet: D6, F9 and 92. RGB value is (214,249,146). Sum of RGB (Red+Green+Blue) = 214+249+146=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F992 is #29066D. Grayscale: #E3E3E3. Windows color (decimal): -2688622 or 9632214. OLE color: 9632214.

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

Color convert

RGB214249146-
CMYK0.1400.410.02
HSL80.39º89.57%77.45%-
HSV(B)80.39º41.37%97.65%-
XYZ66.884.1239.91-
YUV226.7982.4118.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 146 (57.42% from 255) = 23.97%
R=35.14%
G=40.89%
B=23.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142491460.1400.410.0280.3989.5777.45
HexD6F992E0292505a4d
Octal326371222160512120132115
Binary1101011011111001100100101110010100110101000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F992; }

 p { color: rgb(214,249,146); }

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

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

 a { background-color: rgb(214,249,146); }

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

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

 span { border-color: rgb(214,249,146); }

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