#DDF19F

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

Shades of Reef #DDF19F

Tints of Reef #DDF19F

Color information

#DDF19F (or 0xDDF19F) is unknown color: approx Reef. HEX triplet: DD, F1 and 9F. RGB value is (221,241,159). Sum of RGB (Red+Green+Blue) = 221+241+159=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 159 (62.5% from 255 or 25.60% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF19F is #220E60. Grayscale: #E1E1E1. Windows color (decimal): -2231905 or 10482141. OLE color: 10482141.

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

Color convert

RGB221241159-
CMYK0.0800.340.05
HSL74.63º74.55%78.43%-
HSV(B)74.63º34.02%94.51%-
XYZ67.5380.7944.83-
YUV225.6790.37124.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 159 (62.5% from 255) = 25.60%
R=35.59%
G=38.81%
B=25.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411590.0800.340.0574.6374.5578.43
HexDDF19F802254b4b4e
Octal335361237100425113113116
Binary11011101111100011001111110000100010101100101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF19F; }

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

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

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

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

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

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

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

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