Shades of Sulu #CAF36C
Tints of Sulu #CAF36C
RGB
CMYK
RGB Variations
Color information
#CAF36C (or 0xCAF36C) is known color: Sulu. HEX triplet: CA, F3 and 6C. RGB value is (202,243,108). Sum of RGB (Red+Green+Blue) = 202+243+108=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF36C is #350C93. Grayscale: #D7D7D7. Windows color (decimal): -3476628 or 7140298. OLE color: 7140298.
HSL color Cylindrical-coordinate representation of color #CAF36C: hue angle of 78.22º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF36C is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 108 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.05 |
| HSL | 78.22º | 0.85% | 0.69% | - |
| HSV(B) | 78.22º | 0.56% | 0.95% | - |
| XYZ | 59.11 | 77.74 | 26.08 | - |
| YUV | 215.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 108 | 0.17 | 0 | 0.56 | 0.05 | 78.22 | 0.85 | 0.69 |
| Hex | CA | F3 | 6C | 11 | 0 | 38 | 5 | 4E | 55 | 45 |
| Octal | 312 | 363 | 154 | 21 | 0 | 70 | 5 | 116 | 125 | 105 |
| Binary | 11001010 | 11110011 | 1101100 | 10001 | 0 | 111000 | 101 | 1001110 | 1010101 | 1000101 |
Color Harmonies of #CAF36C
Complementary color
Monochromatic Colors of #CAF36C
Black with #CAF36C
Text Example
Text Example
White with #CAF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF36C; }
p { color: rgb(202,243,108); }
H1.HeaderClassName
{
color: #CAF36C;
}
.AnyTagClassName
{
color: #CAF36C;
}
</style>
background-color css
<style>
a { background-color: #CAF36C; }
a { background-color: rgb(202,243,108); }
div.DivClassName
{
background-color: #CAF36C;
}
.BgClassName
{
background-color: #CAF36C;
}
</style>
border-color css
<style>
span { border-color: #CAF36C; }
span { border-color: rgb(202,243,108); }
td.TdClassName
{
border-color: #CAF36C;
}
.TagClassName
{
border-color: #CAF36C;
}
</style>