#DDF097

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

Shades of Reef #DDF097

Tints of Reef #DDF097

Color information

#DDF097 (or 0xDDF097) is unknown color: approx Reef. HEX triplet: DD, F0 and 97. RGB value is (221,240,151). Sum of RGB (Red+Green+Blue) = 221+240+151=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF097 is #220F68. Grayscale: #E0E0E0. Windows color (decimal): -2232169 or 9957597. OLE color: 9957597.

HSL color Cylindrical-coordinate representation of color #DDF097: hue angle of 72.81º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF097 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB221240151-
CMYK0.0800.370.06
HSL72.81º74.79%76.67%-
HSV(B)72.81º37.08%94.12%-
XYZ66.5679.9341.2-
YUV224.1786.71125.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 240 (94.14% from 255) = 39.22%
BLUE value IS 151 (59.38% from 255) = 24.67%
R=36.11%
G=39.22%
B=24.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401510.0800.370.0672.8174.7976.67
HexDDF09780256494b4d
Octal335360227100456111113115
Binary11011101111100001001011110000100101110100100110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF097; }

 p { color: rgb(221,240,151); }

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

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

 a { background-color: rgb(221,240,151); }

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

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

 span { border-color: rgb(221,240,151); }

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