Shades of Sulu #CAF16C
Tints of Sulu #CAF16C
RGB
CMYK
RGB Variations
Color information
#CAF16C (or 0xCAF16C) is known color: Sulu. HEX triplet: CA, F1 and 6C. RGB value is (202,241,108). Sum of RGB (Red+Green+Blue) = 202+241+108=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF16C is #350E93. Grayscale: #D6D6D6. Windows color (decimal): -3477140 or 7139786. OLE color: 7139786.
HSL color Cylindrical-coordinate representation of color #CAF16C: hue angle of 77.59º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAF16C is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 108 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.05 |
| HSL | 77.59º | 0.83% | 0.68% | - |
| HSV(B) | 77.59º | 0.55% | 0.95% | - |
| XYZ | 58.52 | 76.55 | 25.88 | - |
| YUV | 214.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 108 | 0.16 | 0 | 0.55 | 0.05 | 77.59 | 0.83 | 0.68 |
| Hex | CA | F1 | 6C | 10 | 0 | 37 | 5 | 4E | 53 | 44 |
| Octal | 312 | 361 | 154 | 20 | 0 | 67 | 5 | 116 | 123 | 104 |
| Binary | 11001010 | 11110001 | 1101100 | 10000 | 0 | 110111 | 101 | 1001110 | 1010011 | 1000100 |
Color Harmonies of #CAF16C
Complementary color
Monochromatic Colors of #CAF16C
Black with #CAF16C
Text Example
Text Example
White with #CAF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF16C; }
p { color: rgb(202,241,108); }
H1.HeaderClassName
{
color: #CAF16C;
}
.AnyTagClassName
{
color: #CAF16C;
}
</style>
background-color css
<style>
a { background-color: #CAF16C; }
a { background-color: rgb(202,241,108); }
div.DivClassName
{
background-color: #CAF16C;
}
.BgClassName
{
background-color: #CAF16C;
}
</style>
border-color css
<style>
span { border-color: #CAF16C; }
span { border-color: rgb(202,241,108); }
td.TdClassName
{
border-color: #CAF16C;
}
.TagClassName
{
border-color: #CAF16C;
}
</style>