Shades of Sulu #CAF06F
Tints of Sulu #CAF06F
RGB
CMYK
RGB Variations
Color information
#CAF06F (or 0xCAF06F) is known color: Sulu. HEX triplet: CA, F0 and 6F. RGB value is (202,240,111). Sum of RGB (Red+Green+Blue) = 202+240+111=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF06F is #350F90. Grayscale: #D6D6D6. Windows color (decimal): -3477393 or 7336138. OLE color: 7336138.
HSL color Cylindrical-coordinate representation of color #CAF06F: hue angle of 77.67º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAF06F is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 111 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.06 |
| HSL | 77.67º | 0.81% | 0.69% | - |
| HSV(B) | 77.67º | 0.54% | 0.94% | - |
| XYZ | 58.39 | 76.02 | 26.64 | - |
| YUV | 213.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 111 | 0.16 | 0 | 0.54 | 0.06 | 77.67 | 0.81 | 0.69 |
| Hex | CA | F0 | 6F | 10 | 0 | 36 | 6 | 4E | 51 | 45 |
| Octal | 312 | 360 | 157 | 20 | 0 | 66 | 6 | 116 | 121 | 105 |
| Binary | 11001010 | 11110000 | 1101111 | 10000 | 0 | 110110 | 110 | 1001110 | 1010001 | 1000101 |
Color Harmonies of #CAF06F
Complementary color
Monochromatic Colors of #CAF06F
Black with #CAF06F
Text Example
Text Example
White with #CAF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF06F; }
p { color: rgb(202,240,111); }
H1.HeaderClassName
{
color: #CAF06F;
}
.AnyTagClassName
{
color: #CAF06F;
}
</style>
background-color css
<style>
a { background-color: #CAF06F; }
a { background-color: rgb(202,240,111); }
div.DivClassName
{
background-color: #CAF06F;
}
.BgClassName
{
background-color: #CAF06F;
}
</style>
border-color css
<style>
span { border-color: #CAF06F; }
span { border-color: rgb(202,240,111); }
td.TdClassName
{
border-color: #CAF06F;
}
.TagClassName
{
border-color: #CAF06F;
}
</style>