Shades of Sulu #CAF76C
Tints of Sulu #CAF76C
RGB
CMYK
RGB Variations
Color information
#CAF76C (or 0xCAF76C) is known color: Sulu. HEX triplet: CA, F7 and 6C. RGB value is (202,247,108). Sum of RGB (Red+Green+Blue) = 202+247+108=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF76C is #350893. Grayscale: #DADADA. Windows color (decimal): -3475604 or 7141322. OLE color: 7141322.
HSL color Cylindrical-coordinate representation of color #CAF76C: hue angle of 79.42º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF76C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 108 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.03 |
| HSL | 79.42º | 0.9% | 0.7% | - |
| HSV(B) | 79.42º | 0.56% | 0.97% | - |
| XYZ | 60.32 | 80.16 | 26.48 | - |
| YUV | 217.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 108 | 0.18 | 0 | 0.56 | 0.03 | 79.42 | 0.9 | 0.7 |
| Hex | CA | F7 | 6C | 12 | 0 | 38 | 3 | 4F | 5A | 46 |
| Octal | 312 | 367 | 154 | 22 | 0 | 70 | 3 | 117 | 132 | 106 |
| Binary | 11001010 | 11110111 | 1101100 | 10010 | 0 | 111000 | 11 | 1001111 | 1011010 | 1000110 |
Color Harmonies of #CAF76C
Complementary color
Monochromatic Colors of #CAF76C
Black with #CAF76C
Text Example
Text Example
White with #CAF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF76C; }
p { color: rgb(202,247,108); }
H1.HeaderClassName
{
color: #CAF76C;
}
.AnyTagClassName
{
color: #CAF76C;
}
</style>
background-color css
<style>
a { background-color: #CAF76C; }
a { background-color: rgb(202,247,108); }
div.DivClassName
{
background-color: #CAF76C;
}
.BgClassName
{
background-color: #CAF76C;
}
</style>
border-color css
<style>
span { border-color: #CAF76C; }
span { border-color: rgb(202,247,108); }
td.TdClassName
{
border-color: #CAF76C;
}
.TagClassName
{
border-color: #CAF76C;
}
</style>