Shades of Sulu #CAF17C
Tints of Sulu #CAF17C
RGB
CMYK
RGB Variations
Color information
#CAF17C (or 0xCAF17C) is known color: Sulu. HEX triplet: CA, F1 and 7C. RGB value is (202,241,124). Sum of RGB (Red+Green+Blue) = 202+241+124=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF17C is #350E83. Grayscale: #D8D8D8. Windows color (decimal): -3477124 or 8188362. OLE color: 8188362.
HSL color Cylindrical-coordinate representation of color #CAF17C: hue angle of 80º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAF17C is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 124 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.05 |
| HSL | 80º | 0.81% | 0.72% | - |
| HSV(B) | 80º | 0.49% | 0.95% | - |
| XYZ | 59.45 | 76.92 | 30.78 | - |
| YUV | 216 | 76.08 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 124 | 0.16 | 0 | 0.49 | 0.05 | 80 | 0.81 | 0.72 |
| Hex | CA | F1 | 7C | 10 | 0 | 31 | 5 | 50 | 51 | 48 |
| Octal | 312 | 361 | 174 | 20 | 0 | 61 | 5 | 120 | 121 | 110 |
| Binary | 11001010 | 11110001 | 1111100 | 10000 | 0 | 110001 | 101 | 1010000 | 1010001 | 1001000 |
Color Harmonies of #CAF17C
Complementary color
Monochromatic Colors of #CAF17C
Black with #CAF17C
Text Example
Text Example
White with #CAF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF17C; }
p { color: rgb(202,241,124); }
H1.HeaderClassName
{
color: #CAF17C;
}
.AnyTagClassName
{
color: #CAF17C;
}
</style>
background-color css
<style>
a { background-color: #CAF17C; }
a { background-color: rgb(202,241,124); }
div.DivClassName
{
background-color: #CAF17C;
}
.BgClassName
{
background-color: #CAF17C;
}
</style>
border-color css
<style>
span { border-color: #CAF17C; }
span { border-color: rgb(202,241,124); }
td.TdClassName
{
border-color: #CAF17C;
}
.TagClassName
{
border-color: #CAF17C;
}
</style>