Shades of Sulu #CAF77A
Tints of Sulu #CAF77A
RGB
CMYK
RGB Variations
Color information
#CAF77A (or 0xCAF77A) is known color: Sulu. HEX triplet: CA, F7 and 7A. RGB value is (202,247,122). Sum of RGB (Red+Green+Blue) = 202+247+122=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF77A is #350885. Grayscale: #DBDBDB. Windows color (decimal): -3475590 or 8058826. OLE color: 8058826.
HSL color Cylindrical-coordinate representation of color #CAF77A: hue angle of 81.6º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAF77A is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 122 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.03 |
| HSL | 81.6º | 0.89% | 0.72% | - |
| HSV(B) | 81.6º | 0.51% | 0.97% | - |
| XYZ | 61.13 | 80.48 | 30.73 | - |
| YUV | 219.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 122 | 0.18 | 0 | 0.51 | 0.03 | 81.6 | 0.89 | 0.72 |
| Hex | CA | F7 | 7A | 12 | 0 | 33 | 3 | 52 | 59 | 48 |
| Octal | 312 | 367 | 172 | 22 | 0 | 63 | 3 | 122 | 131 | 110 |
| Binary | 11001010 | 11110111 | 1111010 | 10010 | 0 | 110011 | 11 | 1010010 | 1011001 | 1001000 |
Color Harmonies of #CAF77A
Complementary color
Monochromatic Colors of #CAF77A
Black with #CAF77A
Text Example
Text Example
White with #CAF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF77A; }
p { color: rgb(202,247,122); }
H1.HeaderClassName
{
color: #CAF77A;
}
.AnyTagClassName
{
color: #CAF77A;
}
</style>
background-color css
<style>
a { background-color: #CAF77A; }
a { background-color: rgb(202,247,122); }
div.DivClassName
{
background-color: #CAF77A;
}
.BgClassName
{
background-color: #CAF77A;
}
</style>
border-color css
<style>
span { border-color: #CAF77A; }
span { border-color: rgb(202,247,122); }
td.TdClassName
{
border-color: #CAF77A;
}
.TagClassName
{
border-color: #CAF77A;
}
</style>