#DDF98E

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

Shades of Reef #DDF98E

Tints of Reef #DDF98E

Color information

#DDF98E (or 0xDDF98E) is unknown color: approx Reef. HEX triplet: DD, F9 and 8E. RGB value is (221,249,142). Sum of RGB (Red+Green+Blue) = 221+249+142=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98E is #220671. Grayscale: #E4E4E4. Windows color (decimal): -2229874 or 9370077. OLE color: 9370077.

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

Color convert

RGB221249142-
CMYK0.1100.430.02
HSL75.7º89.92%76.67%-
HSV(B)75.7º42.97%97.65%-
XYZ68.5885.0838.4-
YUV228.4379.22122.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 142 (55.86% from 255) = 23.20%
R=36.11%
G=40.69%
B=23.20%

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
Decimal2212491420.1100.430.0275.789.9276.67
HexDDF98EB02B24c5a4d
Octal335371216130532114132115
Binary1101110111111001100011101011010101110100110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF98E; }

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

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

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

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

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

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

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

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