#DDF59A

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

Shades of Reef #DDF59A

Tints of Reef #DDF59A

Color information

#DDF59A (or 0xDDF59A) is unknown color: approx Reef. HEX triplet: DD, F5 and 9A. RGB value is (221,245,154). Sum of RGB (Red+Green+Blue) = 221+245+154=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF59A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF59A is #220A65. Grayscale: #E3E3E3. Windows color (decimal): -2230886 or 10155485. OLE color: 10155485.

HSL color Cylindrical-coordinate representation of color #DDF59A: hue angle of 75.82º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF59A is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB221245154-
CMYK0.1000.370.04
HSL75.82º81.98%78.24%-
HSV(B)75.82º37.14%96.08%-
XYZ68.383.0142.99-
YUV227.4586.55123.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 245 (96.09% from 255) = 39.52%
BLUE value IS 154 (60.55% from 255) = 24.84%
R=35.65%
G=39.52%
B=24.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451540.1000.370.0475.8281.9878.24
HexDDF59AA02544c524e
Octal335365232120454114122116
Binary11011101111101011001101010100100101100100110010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF59A; }

 p { color: rgb(221,245,154); }

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

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

 a { background-color: rgb(221,245,154); }

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

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

 span { border-color: rgb(221,245,154); }

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