Shades of Sulu #CAF76A
Tints of Sulu #CAF76A
RGB
CMYK
RGB Variations
Color information
#CAF76A (or 0xCAF76A) is known color: Sulu. HEX triplet: CA, F7 and 6A. RGB value is (202,247,106). Sum of RGB (Red+Green+Blue) = 202+247+106=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF76A is #350895. Grayscale: #D9D9D9. Windows color (decimal): -3475606 or 7010250. OLE color: 7010250.
HSL color Cylindrical-coordinate representation of color #CAF76A: hue angle of 79.15º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAF76A is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 106 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.03 |
| HSL | 79.15º | 0.9% | 0.69% | - |
| HSV(B) | 79.15º | 0.57% | 0.97% | - |
| XYZ | 60.22 | 80.12 | 25.93 | - |
| YUV | 217.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 106 | 0.18 | 0 | 0.57 | 0.03 | 79.15 | 0.9 | 0.69 |
| Hex | CA | F7 | 6A | 12 | 0 | 39 | 3 | 4F | 5A | 45 |
| Octal | 312 | 367 | 152 | 22 | 0 | 71 | 3 | 117 | 132 | 105 |
| Binary | 11001010 | 11110111 | 1101010 | 10010 | 0 | 111001 | 11 | 1001111 | 1011010 | 1000101 |
Color Harmonies of #CAF76A
Complementary color
Monochromatic Colors of #CAF76A
Black with #CAF76A
Text Example
Text Example
White with #CAF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF76A; }
p { color: rgb(202,247,106); }
H1.HeaderClassName
{
color: #CAF76A;
}
.AnyTagClassName
{
color: #CAF76A;
}
</style>
background-color css
<style>
a { background-color: #CAF76A; }
a { background-color: rgb(202,247,106); }
div.DivClassName
{
background-color: #CAF76A;
}
.BgClassName
{
background-color: #CAF76A;
}
</style>
border-color css
<style>
span { border-color: #CAF76A; }
span { border-color: rgb(202,247,106); }
td.TdClassName
{
border-color: #CAF76A;
}
.TagClassName
{
border-color: #CAF76A;
}
</style>