Shades of Reef #DEF990
Tints of Reef #DEF990
RGB
CMYK
RGB Variations
Color information
#DEF990 (or 0xDEF990) is known color: Reef. HEX triplet: DE, F9 and 90. RGB value is (222,249,144). Sum of RGB (Red+Green+Blue) = 222+249+144=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF990 is #21066F. Grayscale: #E5E5E5. Windows color (decimal): -2164336 or 9501150. OLE color: 9501150.
HSL color Cylindrical-coordinate representation of color #DEF990: hue angle of 75.43º degrees, saturation: 0.9, 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 #DEF990 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 144 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.02 |
| HSL | 75.43º | 0.9% | 0.77% | - |
| HSV(B) | 75.43º | 0.42% | 0.98% | - |
| XYZ | 69.03 | 85.29 | 39.21 | - |
| YUV | 228.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 144 | 0.11 | 0 | 0.42 | 0.02 | 75.43 | 0.9 | 0.77 |
| Hex | DE | F9 | 90 | B | 0 | 2A | 2 | 4B | 5A | 4D |
| Octal | 336 | 371 | 220 | 13 | 0 | 52 | 2 | 113 | 132 | 115 |
| Binary | 11011110 | 11111001 | 10010000 | 1011 | 0 | 101010 | 10 | 1001011 | 1011010 | 1001101 |
Color Harmonies of #DEF990
Complementary color
Monochromatic Colors of #DEF990
Black with #DEF990
Text Example
Text Example
White with #DEF990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF990; }
p { color: rgb(222,249,144); }
H1.HeaderClassName
{
color: #DEF990;
}
.AnyTagClassName
{
color: #DEF990;
}
</style>
background-color css
<style>
a { background-color: #DEF990; }
a { background-color: rgb(222,249,144); }
div.DivClassName
{
background-color: #DEF990;
}
.BgClassName
{
background-color: #DEF990;
}
</style>
border-color css
<style>
span { border-color: #DEF990; }
span { border-color: rgb(222,249,144); }
td.TdClassName
{
border-color: #DEF990;
}
.TagClassName
{
border-color: #DEF990;
}
</style>