#DDF595

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

Shades of Reef #DDF595

Tints of Reef #DDF595

Color information

#DDF595 (or 0xDDF595) is unknown color: approx Reef. HEX triplet: DD, F5 and 95. RGB value is (221,245,149). Sum of RGB (Red+Green+Blue) = 221+245+149=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF595 is #220A6A. Grayscale: #E3E3E3. Windows color (decimal): -2230891 or 9827805. OLE color: 9827805.

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

Color convert

RGB221245149-
CMYK0.1000.390.04
HSL75º82.76%77.25%-
HSV(B)75º39.18%96.08%-
XYZ67.982.8540.85-
YUV226.8884.05123.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 245 (96.09% from 255) = 39.84%
BLUE value IS 149 (58.59% from 255) = 24.23%
R=35.93%
G=39.84%
B=24.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451490.1000.390.047582.7677.25
HexDDF595A02744b534d
Octal335365225120474113123115
Binary11011101111101011001010110100100111100100101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF595; }

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

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

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

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

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

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

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

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