#DDF98F

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

Shades of Reef #DDF98F

Tints of Reef #DDF98F

Color information

#DDF98F (or 0xDDF98F) is unknown color: approx Reef. HEX triplet: DD, F9 and 8F. RGB value is (221,249,143). Sum of RGB (Red+Green+Blue) = 221+249+143=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98F is #220670. Grayscale: #E4E4E4. Windows color (decimal): -2229873 or 9435613. OLE color: 9435613.

HSL color Cylindrical-coordinate representation of color #DDF98F: hue angle of 75.85º 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 #DDF98F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB221249143-
CMYK0.1100.430.02
HSL75.85º89.83%76.86%-
HSV(B)75.85º42.57%97.65%-
XYZ68.6585.1138.8-
YUV228.5479.72122.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 143 (56.25% from 255) = 23.33%
R=36.05%
G=40.62%
B=23.33%

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
Decimal2212491430.1100.430.0275.8589.8376.86
HexDDF98FB02B24c5a4d
Octal335371217130532114132115
Binary1101110111111001100011111011010101110100110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF98F; }

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

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

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

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

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

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

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

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