#D2F29D

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

Shades of Reef #D2F29D

Tints of Reef #D2F29D

Color information

#D2F29D (or 0xD2F29D) is unknown color: approx Reef. HEX triplet: D2, F2 and 9D. RGB value is (210,242,157). Sum of RGB (Red+Green+Blue) = 210+242+157=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F29D is #2D0D62. Grayscale: #DFDFDF. Windows color (decimal): -2952547 or 10351314. OLE color: 10351314.

HSL color Cylindrical-coordinate representation of color #D2F29D: hue angle of 82.59º degrees, saturation: 0.77, 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 #D2F29D is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB210242157-
CMYK0.1300.350.05
HSL82.59º76.58%78.24%-
HSV(B)82.59º35.12%94.9%-
XYZ64.4279.6443.88-
YUV222.7490.9118.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 157 (61.72% from 255) = 25.78%
R=34.48%
G=39.74%
B=25.78%

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
Decimal2102421570.1300.350.0582.5976.5878.24
HexD2F29DD0235534d4e
Octal322362235150435123115116
Binary11010010111100101001110111010100011101101001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F29D; }

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

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

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

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

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

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

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

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