#D2F491

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

Shades of Reef #D2F491

Tints of Reef #D2F491

Color information

#D2F491 (or 0xD2F491) is unknown color: approx Reef. HEX triplet: D2, F4 and 91. RGB value is (210,244,145). Sum of RGB (Red+Green+Blue) = 210+244+145=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F491 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F491 is #2D0B6E. Grayscale: #DEDEDE. Windows color (decimal): -2952047 or 9565394. OLE color: 9565394.

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

Color convert

RGB210244145-
CMYK0.1400.410.04
HSL80.61º81.82%76.27%-
HSV(B)80.61º40.57%95.69%-
XYZ64.0480.4538.94-
YUV222.5584.24119.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.06%
GREEN value IS 244 (95.70% from 255) = 40.73%
BLUE value IS 145 (57.03% from 255) = 24.21%
R=35.06%
G=40.73%
B=24.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102441450.1400.410.0480.6181.8276.27
HexD2F491E029451524c
Octal322364221160514121122114
Binary11010010111101001001000111100101001100101000110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F491; }

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

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

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

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

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

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

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

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