#D2F492

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

Shades of Reef #D2F492

Tints of Reef #D2F492

Color information

#D2F492 (or 0xD2F492) is unknown color: approx Reef. HEX triplet: D2, F4 and 92. RGB value is (210,244,146). Sum of RGB (Red+Green+Blue) = 210+244+146=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F492 is #2D0B6D. Grayscale: #DFDFDF. Windows color (decimal): -2952046 or 9630930. OLE color: 9630930.

HSL color Cylindrical-coordinate representation of color #D2F492: hue angle of 80.82º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2F492 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB210244146-
CMYK0.1400.400.04
HSL80.82º81.67%76.47%-
HSV(B)80.82º40.16%95.69%-
XYZ64.1280.4839.35-
YUV222.6684.74118.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 244 (95.70% from 255) = 40.67%
BLUE value IS 146 (57.42% from 255) = 24.33%
R=35%
G=40.67%
B=24.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102441460.1400.400.0480.8281.6776.47
HexD2F492E028451524c
Octal322364222160504121122114
Binary11010010111101001001001011100101000100101000110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F492; }

 p { color: rgb(210,244,146); }

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

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

 a { background-color: rgb(210,244,146); }

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

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

 span { border-color: rgb(210,244,146); }

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