#DDF299

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

Shades of Reef #DDF299

Tints of Reef #DDF299

Color information

#DDF299 (or 0xDDF299) is unknown color: approx Reef. HEX triplet: DD, F2 and 99. RGB value is (221,242,153). Sum of RGB (Red+Green+Blue) = 221+242+153=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF299 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF299 is #220D66. Grayscale: #E1E1E1. Windows color (decimal): -2231655 or 10089181. OLE color: 10089181.

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

Color convert

RGB221242153-
CMYK0.0900.370.05
HSL74.16º77.39%77.45%-
HSV(B)74.16º36.78%94.9%-
XYZ67.3281.1842.26-
YUV225.5887.04124.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 153 (60.16% from 255) = 24.84%
R=35.88%
G=39.29%
B=24.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421530.0900.370.0574.1677.3977.45
HexDDF299902554a4d4d
Octal335362231110455112115115
Binary11011101111100101001100110010100101101100101010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF299; }

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

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

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

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

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

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

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

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