#DDFF9F

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

Shades of Reef #DDFF9F

Tints of Reef #DDFF9F

Color information

#DDFF9F (or 0xDDFF9F) is unknown color: approx Reef. HEX triplet: DD, FF and 9F. RGB value is (221,255,159). Sum of RGB (Red+Green+Blue) = 221+255+159=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 159 (62.5% from 255 or 25.04% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF9F is #220060. Grayscale: #EAEAEA. Windows color (decimal): -2228321 or 10485725. OLE color: 10485725.

HSL color Cylindrical-coordinate representation of color #DDFF9F: hue angle of 81.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDFF9F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB221255159-
CMYK0.1300.380
HSL81.25º100%81.18%-
HSV(B)81.25º37.65%100%-
XYZ71.8489.446.27-
YUV233.8985.74118.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 159 (62.5% from 255) = 25.04%
R=34.80%
G=40.16%
B=25.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551590.1300.38081.2510081.18
HexDDFF9FD0260516451
Octal335377237150460121144121
Binary110111011111111110011111110101001100101000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFF9F; }

 p { color: rgb(221,255,159); }

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

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

 a { background-color: rgb(221,255,159); }

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

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

 span { border-color: rgb(221,255,159); }

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