#DDF593

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

Shades of Reef #DDF593

Tints of Reef #DDF593

Color information

#DDF593 (or 0xDDF593) is unknown color: approx Reef. HEX triplet: DD, F5 and 93. RGB value is (221,245,147). Sum of RGB (Red+Green+Blue) = 221+245+147=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF593 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF593 is #220A6C. Grayscale: #E3E3E3. Windows color (decimal): -2230893 or 9696733. OLE color: 9696733.

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

Color convert

RGB221245147-
CMYK0.1000.40.04
HSL74.69º83.05%76.86%-
HSV(B)74.69º40%96.08%-
XYZ67.7482.7840.01-
YUV226.6583.05123.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=36.05%
G=39.97%
B=23.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451470.1000.40.0474.6983.0576.86
HexDDF593A02844b534d
Octal335365223120504113123115
Binary11011101111101011001001110100101000100100101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF593; }

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

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

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

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

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

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

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

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