Shades of Reef #CAEF99
Tints of Reef #CAEF99
RGB
CMYK
RGB Variations
Color information
#CAEF99 (or 0xCAEF99) is known color: Reef. HEX triplet: CA, EF and 99. RGB value is (202,239,153). Sum of RGB (Red+Green+Blue) = 202+239+153=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEF99 is #351066. Grayscale: #DADADA. Windows color (decimal): -3477607 or 10088394. OLE color: 10088394.
HSL color Cylindrical-coordinate representation of color #CAEF99: hue angle of 85.81º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAEF99 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 153 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.06 |
| HSL | 85.81º | 0.73% | 0.77% | - |
| HSV(B) | 85.81º | 0.36% | 0.94% | - |
| XYZ | 60.97 | 76.59 | 41.71 | - |
| YUV | 218.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 153 | 0.15 | 0 | 0.36 | 0.06 | 85.81 | 0.73 | 0.77 |
| Hex | CA | EF | 99 | F | 0 | 24 | 6 | 56 | 49 | 4D |
| Octal | 312 | 357 | 231 | 17 | 0 | 44 | 6 | 126 | 111 | 115 |
| Binary | 11001010 | 11101111 | 10011001 | 1111 | 0 | 100100 | 110 | 1010110 | 1001001 | 1001101 |
Color Harmonies of #CAEF99
Complementary color
Monochromatic Colors of #CAEF99
Black with #CAEF99
Text Example
Text Example
White with #CAEF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEF99; }
p { color: rgb(202,239,153); }
H1.HeaderClassName
{
color: #CAEF99;
}
.AnyTagClassName
{
color: #CAEF99;
}
</style>
background-color css
<style>
a { background-color: #CAEF99; }
a { background-color: rgb(202,239,153); }
div.DivClassName
{
background-color: #CAEF99;
}
.BgClassName
{
background-color: #CAEF99;
}
</style>
border-color css
<style>
span { border-color: #CAEF99; }
span { border-color: rgb(202,239,153); }
td.TdClassName
{
border-color: #CAEF99;
}
.TagClassName
{
border-color: #CAEF99;
}
</style>