#DDFF93

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

Shades of Reef #DDFF93

Tints of Reef #DDFF93

Color information

#DDFF93 (or 0xDDFF93) is unknown color: approx Reef. HEX triplet: DD, FF and 93. RGB value is (221,255,147). Sum of RGB (Red+Green+Blue) = 221+255+147=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 147 (57.81% from 255 or 23.60% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF93 is #22006C. Grayscale: #E8E8E8. Windows color (decimal): -2228333 or 9699293. OLE color: 9699293.

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

Color convert

RGB221255147-
CMYK0.1300.420
HSL78.89º100%78.82%-
HSV(B)78.89º42.35%100%-
XYZ70.858941.05-
YUV232.5279.74119.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 147 (57.81% from 255) = 23.60%
R=35.47%
G=40.93%
B=23.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551470.1300.42078.8910078.82
HexDDFF93D02A04f644f
Octal335377223150520117144117
Binary110111011111111110010011110101010100100111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFF93; }

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

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

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

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

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

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

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

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