#D2F29E

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

Shades of Reef #D2F29E

Tints of Reef #D2F29E

Color information

#D2F29E (or 0xD2F29E) is unknown color: approx Reef. HEX triplet: D2, F2 and 9E. RGB value is (210,242,158). Sum of RGB (Red+Green+Blue) = 210+242+158=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F29E is #2D0D61. Grayscale: #DFDFDF. Windows color (decimal): -2952546 or 10416850. OLE color: 10416850.

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

Color convert

RGB210242158-
CMYK0.1300.350.05
HSL82.86º76.36%78.43%-
HSV(B)82.86º34.71%94.9%-
XYZ64.579.6744.33-
YUV222.8691.4118.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 242 (94.92% from 255) = 39.67%
BLUE value IS 158 (62.11% from 255) = 25.90%
R=34.43%
G=39.67%
B=25.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421580.1300.350.0582.8676.3678.43
HexD2F29ED0235534c4e
Octal322362236150435123114116
Binary11010010111100101001111011010100011101101001110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F29E; }

 p { color: rgb(210,242,158); }

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

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

 a { background-color: rgb(210,242,158); }

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

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

 span { border-color: rgb(210,242,158); }

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