#DDF29F

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

Shades of Reef #DDF29F

Tints of Reef #DDF29F

Color information

#DDF29F (or 0xDDF29F) is unknown color: approx Reef. HEX triplet: DD, F2 and 9F. RGB value is (221,242,159). Sum of RGB (Red+Green+Blue) = 221+242+159=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF29F is #220D60. Grayscale: #E2E2E2. Windows color (decimal): -2231649 or 10482397. OLE color: 10482397.

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

Color convert

RGB221242159-
CMYK0.0900.340.05
HSL75.18º76.15%78.63%-
HSV(B)75.18º34.3%94.9%-
XYZ67.8381.3844.93-
YUV226.2690.04124.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 159 (62.5% from 255) = 25.56%
R=35.53%
G=38.91%
B=25.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421590.0900.340.0575.1876.1578.63
HexDDF29F902254b4c4f
Octal335362237110425113114117
Binary11011101111100101001111110010100010101100101110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF29F; }

 p { color: rgb(221,242,159); }

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

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

 a { background-color: rgb(221,242,159); }

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

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

 span { border-color: rgb(221,242,159); }

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