Shades of Reef #DEFA90
Tints of Reef #DEFA90
RGB
CMYK
RGB Variations
Color information
#DEFA90 (or 0xDEFA90) is known color: Reef. HEX triplet: DE, FA and 90. RGB value is (222,250,144). Sum of RGB (Red+Green+Blue) = 222+250+144=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA90 is #21056F. Grayscale: #E5E5E5. Windows color (decimal): -2164080 or 9501406. OLE color: 9501406.
HSL color Cylindrical-coordinate representation of color #DEFA90: hue angle of 75.85º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEFA90 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 144 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.02 |
| HSL | 75.85º | 0.91% | 0.77% | - |
| HSV(B) | 75.85º | 0.42% | 0.98% | - |
| XYZ | 69.34 | 85.91 | 39.31 | - |
| YUV | 229.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 144 | 0.11 | 0 | 0.42 | 0.02 | 75.85 | 0.91 | 0.77 |
| Hex | DE | FA | 90 | B | 0 | 2A | 2 | 4C | 5B | 4D |
| Octal | 336 | 372 | 220 | 13 | 0 | 52 | 2 | 114 | 133 | 115 |
| Binary | 11011110 | 11111010 | 10010000 | 1011 | 0 | 101010 | 10 | 1001100 | 1011011 | 1001101 |
Color Harmonies of #DEFA90
Complementary color
Monochromatic Colors of #DEFA90
Black with #DEFA90
Text Example
Text Example
White with #DEFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA90; }
p { color: rgb(222,250,144); }
H1.HeaderClassName
{
color: #DEFA90;
}
.AnyTagClassName
{
color: #DEFA90;
}
</style>
background-color css
<style>
a { background-color: #DEFA90; }
a { background-color: rgb(222,250,144); }
div.DivClassName
{
background-color: #DEFA90;
}
.BgClassName
{
background-color: #DEFA90;
}
</style>
border-color css
<style>
span { border-color: #DEFA90; }
span { border-color: rgb(222,250,144); }
td.TdClassName
{
border-color: #DEFA90;
}
.TagClassName
{
border-color: #DEFA90;
}
</style>