Shades of Sulu #CAF87A
Tints of Sulu #CAF87A
RGB
CMYK
RGB Variations
Color information
#CAF87A (or 0xCAF87A) is known color: Sulu. HEX triplet: CA, F8 and 7A. RGB value is (202,248,122). Sum of RGB (Red+Green+Blue) = 202+248+122=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF87A is #350785. Grayscale: #DCDCDC. Windows color (decimal): -3475334 or 8059082. OLE color: 8059082.
HSL color Cylindrical-coordinate representation of color #CAF87A: hue angle of 81.9º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAF87A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 122 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.03 |
| HSL | 81.9º | 0.9% | 0.73% | - |
| HSV(B) | 81.9º | 0.51% | 0.97% | - |
| XYZ | 61.44 | 81.1 | 30.83 | - |
| YUV | 219.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 122 | 0.19 | 0 | 0.51 | 0.03 | 81.9 | 0.9 | 0.73 |
| Hex | CA | F8 | 7A | 13 | 0 | 33 | 3 | 52 | 5A | 49 |
| Octal | 312 | 370 | 172 | 23 | 0 | 63 | 3 | 122 | 132 | 111 |
| Binary | 11001010 | 11111000 | 1111010 | 10011 | 0 | 110011 | 11 | 1010010 | 1011010 | 1001001 |
Color Harmonies of #CAF87A
Complementary color
Monochromatic Colors of #CAF87A
Black with #CAF87A
Text Example
Text Example
White with #CAF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF87A; }
p { color: rgb(202,248,122); }
H1.HeaderClassName
{
color: #CAF87A;
}
.AnyTagClassName
{
color: #CAF87A;
}
</style>
background-color css
<style>
a { background-color: #CAF87A; }
a { background-color: rgb(202,248,122); }
div.DivClassName
{
background-color: #CAF87A;
}
.BgClassName
{
background-color: #CAF87A;
}
</style>
border-color css
<style>
span { border-color: #CAF87A; }
span { border-color: rgb(202,248,122); }
td.TdClassName
{
border-color: #CAF87A;
}
.TagClassName
{
border-color: #CAF87A;
}
</style>