#DDF98D

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

Shades of Reef #DDF98D

Tints of Reef #DDF98D

Color information

#DDF98D (or 0xDDF98D) is unknown color: approx Reef. HEX triplet: DD, F9 and 8D. RGB value is (221,249,141). Sum of RGB (Red+Green+Blue) = 221+249+141=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98D is #220672. Grayscale: #E4E4E4. Windows color (decimal): -2229875 or 9304541. OLE color: 9304541.

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

Color convert

RGB221249141-
CMYK0.1100.430.02
HSL75.56º90%76.47%-
HSV(B)75.56º43.37%97.65%-
XYZ68.585.0538-
YUV228.3278.72122.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 141 (55.47% from 255) = 23.08%
R=36.17%
G=40.75%
B=23.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491410.1100.430.0275.569076.47
HexDDF98DB02B24c5a4c
Octal335371215130532114132114
Binary1101110111111001100011011011010101110100110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF98D; }

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

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

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

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

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

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

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

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