#DDFC95

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

Shades of Reef #DDFC95

Tints of Reef #DDFC95

Color information

#DDFC95 (or 0xDDFC95) is unknown color: approx Reef. HEX triplet: DD, FC and 95. RGB value is (221,252,149). Sum of RGB (Red+Green+Blue) = 221+252+149=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 149 (58.59% from 255 or 23.95% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC95 is #22036A. Grayscale: #E7E7E7. Windows color (decimal): -2229099 or 9829597. OLE color: 9829597.

HSL color Cylindrical-coordinate representation of color #DDFC95: hue angle of 78.06º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDFC95 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB221252149-
CMYK0.1200.410.01
HSL78.06º94.5%78.63%-
HSV(B)78.06º40.87%98.82%-
XYZ70.0587.1641.57-
YUV230.9981.73120.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 252 (98.83% from 255) = 40.51%
BLUE value IS 149 (58.59% from 255) = 23.95%
R=35.53%
G=40.51%
B=23.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521490.1200.410.0178.0694.578.63
HexDDFC95C02914e5e4f
Octal335374225140511116136117
Binary110111011111110010010101110001010011100111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC95; }

 p { color: rgb(221,252,149); }

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

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

 a { background-color: rgb(221,252,149); }

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

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

 span { border-color: rgb(221,252,149); }

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