Shades of Reef #DEF99C
Tints of Reef #DEF99C
RGB
CMYK
RGB Variations
Color information
#DEF99C (or 0xDEF99C) is known color: Reef. HEX triplet: DE, F9 and 9C. RGB value is (222,249,156). Sum of RGB (Red+Green+Blue) = 222+249+156=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF99C is #210663. Grayscale: #E6E6E6. Windows color (decimal): -2164324 or 10287582. OLE color: 10287582.
HSL color Cylindrical-coordinate representation of color #DEF99C: hue angle of 77.42º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEF99C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 156 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.02 |
| HSL | 77.42º | 0.89% | 0.79% | - |
| HSV(B) | 77.42º | 0.37% | 0.98% | - |
| XYZ | 70 | 85.68 | 44.3 | - |
| YUV | 230.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 156 | 0.11 | 0 | 0.37 | 0.02 | 77.42 | 0.89 | 0.79 |
| Hex | DE | F9 | 9C | B | 0 | 25 | 2 | 4D | 59 | 4F |
| Octal | 336 | 371 | 234 | 13 | 0 | 45 | 2 | 115 | 131 | 117 |
| Binary | 11011110 | 11111001 | 10011100 | 1011 | 0 | 100101 | 10 | 1001101 | 1011001 | 1001111 |
Color Harmonies of #DEF99C
Complementary color
Monochromatic Colors of #DEF99C
Black with #DEF99C
Text Example
Text Example
White with #DEF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF99C; }
p { color: rgb(222,249,156); }
H1.HeaderClassName
{
color: #DEF99C;
}
.AnyTagClassName
{
color: #DEF99C;
}
</style>
background-color css
<style>
a { background-color: #DEF99C; }
a { background-color: rgb(222,249,156); }
div.DivClassName
{
background-color: #DEF99C;
}
.BgClassName
{
background-color: #DEF99C;
}
</style>
border-color css
<style>
span { border-color: #DEF99C; }
span { border-color: rgb(222,249,156); }
td.TdClassName
{
border-color: #DEF99C;
}
.TagClassName
{
border-color: #DEF99C;
}
</style>