Shades of Sulu #CAF06C
Tints of Sulu #CAF06C
RGB
CMYK
RGB Variations
Color information
#CAF06C (or 0xCAF06C) is known color: Sulu. HEX triplet: CA, F0 and 6C. RGB value is (202,240,108). Sum of RGB (Red+Green+Blue) = 202+240+108=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF06C is #350F93. Grayscale: #D6D6D6. Windows color (decimal): -3477396 or 7139530. OLE color: 7139530.
HSL color Cylindrical-coordinate representation of color #CAF06C: hue angle of 77.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAF06C is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 108 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.06 |
| HSL | 77.27º | 0.81% | 0.68% | - |
| HSV(B) | 77.27º | 0.55% | 0.94% | - |
| XYZ | 58.22 | 75.96 | 25.78 | - |
| YUV | 213.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 108 | 0.16 | 0 | 0.55 | 0.06 | 77.27 | 0.81 | 0.68 |
| Hex | CA | F0 | 6C | 10 | 0 | 37 | 6 | 4D | 51 | 44 |
| Octal | 312 | 360 | 154 | 20 | 0 | 67 | 6 | 115 | 121 | 104 |
| Binary | 11001010 | 11110000 | 1101100 | 10000 | 0 | 110111 | 110 | 1001101 | 1010001 | 1000100 |
Color Harmonies of #CAF06C
Complementary color
Monochromatic Colors of #CAF06C
Black with #CAF06C
Text Example
Text Example
White with #CAF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF06C; }
p { color: rgb(202,240,108); }
H1.HeaderClassName
{
color: #CAF06C;
}
.AnyTagClassName
{
color: #CAF06C;
}
</style>
background-color css
<style>
a { background-color: #CAF06C; }
a { background-color: rgb(202,240,108); }
div.DivClassName
{
background-color: #CAF06C;
}
.BgClassName
{
background-color: #CAF06C;
}
</style>
border-color css
<style>
span { border-color: #CAF06C; }
span { border-color: rgb(202,240,108); }
td.TdClassName
{
border-color: #CAF06C;
}
.TagClassName
{
border-color: #CAF06C;
}
</style>