#DDFB90

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

Shades of Reef #DDFB90

Tints of Reef #DDFB90

Color information

#DDFB90 (or 0xDDFB90) is unknown color: approx Reef. HEX triplet: DD, FB and 90. RGB value is (221,251,144). Sum of RGB (Red+Green+Blue) = 221+251+144=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB90 is #22046F. Grayscale: #E6E6E6. Windows color (decimal): -2229360 or 9501661. OLE color: 9501661.

HSL color Cylindrical-coordinate representation of color #DDFB90: hue angle of 76.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDFB90 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB221251144-
CMYK0.1200.430.02
HSL76.82º93.04%77.45%-
HSV(B)76.82º42.63%98.43%-
XYZ69.3586.3839.4-
YUV229.8379.56121.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 144 (56.64% from 255) = 23.38%
R=35.88%
G=40.75%
B=23.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511440.1200.430.0276.8293.0477.45
HexDDFB90C02B24d5d4d
Octal335373220140532115135115
Binary1101110111111011100100001100010101110100110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB90; }

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

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

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

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

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

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

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

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