Shades of Sulu #CAF17B
Tints of Sulu #CAF17B
RGB
CMYK
RGB Variations
Color information
#CAF17B (or 0xCAF17B) is known color: Sulu. HEX triplet: CA, F1 and 7B. RGB value is (202,241,123). Sum of RGB (Red+Green+Blue) = 202+241+123=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF17B is #350E84. Grayscale: #D8D8D8. Windows color (decimal): -3477125 or 8122826. OLE color: 8122826.
HSL color Cylindrical-coordinate representation of color #CAF17B: hue angle of 79.83º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAF17B is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 123 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.05 |
| HSL | 79.83º | 0.81% | 0.71% | - |
| HSV(B) | 79.83º | 0.49% | 0.95% | - |
| XYZ | 59.39 | 76.9 | 30.45 | - |
| YUV | 215.89 | 75.58 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 123 | 0.16 | 0 | 0.49 | 0.05 | 79.83 | 0.81 | 0.71 |
| Hex | CA | F1 | 7B | 10 | 0 | 31 | 5 | 50 | 51 | 47 |
| Octal | 312 | 361 | 173 | 20 | 0 | 61 | 5 | 120 | 121 | 107 |
| Binary | 11001010 | 11110001 | 1111011 | 10000 | 0 | 110001 | 101 | 1010000 | 1010001 | 1000111 |
Color Harmonies of #CAF17B
Complementary color
Monochromatic Colors of #CAF17B
Black with #CAF17B
Text Example
Text Example
White with #CAF17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF17B; }
p { color: rgb(202,241,123); }
H1.HeaderClassName
{
color: #CAF17B;
}
.AnyTagClassName
{
color: #CAF17B;
}
</style>
background-color css
<style>
a { background-color: #CAF17B; }
a { background-color: rgb(202,241,123); }
div.DivClassName
{
background-color: #CAF17B;
}
.BgClassName
{
background-color: #CAF17B;
}
</style>
border-color css
<style>
span { border-color: #CAF17B; }
span { border-color: rgb(202,241,123); }
td.TdClassName
{
border-color: #CAF17B;
}
.TagClassName
{
border-color: #CAF17B;
}
</style>