Shades of Sulu #CAF16F
Tints of Sulu #CAF16F
RGB
CMYK
RGB Variations
Color information
#CAF16F (or 0xCAF16F) is known color: Sulu. HEX triplet: CA, F1 and 6F. RGB value is (202,241,111). Sum of RGB (Red+Green+Blue) = 202+241+111=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF16F is #350E90. Grayscale: #D7D7D7. Windows color (decimal): -3477137 or 7336394. OLE color: 7336394.
HSL color Cylindrical-coordinate representation of color #CAF16F: hue angle of 78º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAF16F is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 111 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.05 |
| HSL | 78º | 0.82% | 0.69% | - |
| HSV(B) | 78º | 0.54% | 0.95% | - |
| XYZ | 58.68 | 76.61 | 26.73 | - |
| YUV | 214.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 111 | 0.16 | 0 | 0.54 | 0.05 | 78 | 0.82 | 0.69 |
| Hex | CA | F1 | 6F | 10 | 0 | 36 | 5 | 4E | 52 | 45 |
| Octal | 312 | 361 | 157 | 20 | 0 | 66 | 5 | 116 | 122 | 105 |
| Binary | 11001010 | 11110001 | 1101111 | 10000 | 0 | 110110 | 101 | 1001110 | 1010010 | 1000101 |
Color Harmonies of #CAF16F
Complementary color
Monochromatic Colors of #CAF16F
Black with #CAF16F
Text Example
Text Example
White with #CAF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF16F; }
p { color: rgb(202,241,111); }
H1.HeaderClassName
{
color: #CAF16F;
}
.AnyTagClassName
{
color: #CAF16F;
}
</style>
background-color css
<style>
a { background-color: #CAF16F; }
a { background-color: rgb(202,241,111); }
div.DivClassName
{
background-color: #CAF16F;
}
.BgClassName
{
background-color: #CAF16F;
}
</style>
border-color css
<style>
span { border-color: #CAF16F; }
span { border-color: rgb(202,241,111); }
td.TdClassName
{
border-color: #CAF16F;
}
.TagClassName
{
border-color: #CAF16F;
}
</style>