#DDFF99

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

Shades of Reef #DDFF99

Tints of Reef #DDFF99

Color information

#DDFF99 (or 0xDDFF99) is unknown color: approx Reef. HEX triplet: DD, FF and 99. RGB value is (221,255,153). Sum of RGB (Red+Green+Blue) = 221+255+153=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 153 (60.16% from 255 or 24.32% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF99 is #220066. Grayscale: #E9E9E9. Windows color (decimal): -2228327 or 10092509. OLE color: 10092509.

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

Color convert

RGB221255153-
CMYK0.1300.40
HSL80º100%80%-
HSV(B)80º40%100%-
XYZ71.3389.1943.59-
YUV233.2182.74119.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 153 (60.16% from 255) = 24.32%
R=35.14%
G=40.54%
B=24.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551530.1300.408010080
HexDDFF99D0280506450
Octal335377231150500120144120
Binary110111011111111110011001110101010000101000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFF99; }

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

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

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

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

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

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

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

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