#DDFD90

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

Shades of Reef #DDFD90

Tints of Reef #DDFD90

Color information

#DDFD90 (or 0xDDFD90) is unknown color: approx Reef. HEX triplet: DD, FD and 90. RGB value is (221,253,144). Sum of RGB (Red+Green+Blue) = 221+253+144=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD90 is #22026F. Grayscale: #E7E7E7. Windows color (decimal): -2228848 or 9502173. OLE color: 9502173.

HSL color Cylindrical-coordinate representation of color #DDFD90: hue angle of 77.61º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDFD90 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB221253144-
CMYK0.1300.430.01
HSL77.61º96.46%77.84%-
HSV(B)77.61º43.08%99.22%-
XYZ69.9887.6439.61-
YUV231.0178.9120.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 144 (56.64% from 255) = 23.30%
R=35.76%
G=40.94%
B=23.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531440.1300.430.0177.6196.4677.84
HexDDFD90D02B14e604e
Octal335375220150531116140116
Binary110111011111110110010000110101010111100111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD90; }

 p { color: rgb(221,253,144); }

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

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

 a { background-color: rgb(221,253,144); }

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

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

 span { border-color: rgb(221,253,144); }

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