#DDF99A

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

Shades of Reef #DDF99A

Tints of Reef #DDF99A

Color information

#DDF99A (or 0xDDF99A) is unknown color: approx Reef. HEX triplet: DD, F9 and 9A. RGB value is (221,249,154). Sum of RGB (Red+Green+Blue) = 221+249+154=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF99A is #220665. Grayscale: #E6E6E6. Windows color (decimal): -2229862 or 10156509. OLE color: 10156509.

HSL color Cylindrical-coordinate representation of color #DDF99A: hue angle of 77.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDF99A is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB221249154-
CMYK0.1100.380.02
HSL77.68º88.79%79.02%-
HSV(B)77.68º38.15%97.65%-
XYZ69.5385.4643.4-
YUV229.885.22121.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 249 (97.66% from 255) = 39.90%
BLUE value IS 154 (60.55% from 255) = 24.68%
R=35.42%
G=39.90%
B=24.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491540.1100.380.0277.6888.7979.02
HexDDF99AB02624e594f
Octal335371232130462116131117
Binary1101110111111001100110101011010011010100111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF99A; }

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

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

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

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

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

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

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

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