Shades of Sulu #CAF17A
Tints of Sulu #CAF17A
RGB
CMYK
RGB Variations
Color information
#CAF17A (or 0xCAF17A) is known color: Sulu. HEX triplet: CA, F1 and 7A. RGB value is (202,241,122). Sum of RGB (Red+Green+Blue) = 202+241+122=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF17A is #350E85. Grayscale: #D8D8D8. Windows color (decimal): -3477126 or 8057290. OLE color: 8057290.
HSL color Cylindrical-coordinate representation of color #CAF17A: hue angle of 79.66º 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 #CAF17A is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 122 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.05 |
| HSL | 79.66º | 0.81% | 0.71% | - |
| HSV(B) | 79.66º | 0.49% | 0.95% | - |
| XYZ | 59.33 | 76.87 | 30.12 | - |
| YUV | 215.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 122 | 0.16 | 0 | 0.49 | 0.05 | 79.66 | 0.81 | 0.71 |
| Hex | CA | F1 | 7A | 10 | 0 | 31 | 5 | 50 | 51 | 47 |
| Octal | 312 | 361 | 172 | 20 | 0 | 61 | 5 | 120 | 121 | 107 |
| Binary | 11001010 | 11110001 | 1111010 | 10000 | 0 | 110001 | 101 | 1010000 | 1010001 | 1000111 |
Color Harmonies of #CAF17A
Complementary color
Monochromatic Colors of #CAF17A
Black with #CAF17A
Text Example
Text Example
White with #CAF17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF17A; }
p { color: rgb(202,241,122); }
H1.HeaderClassName
{
color: #CAF17A;
}
.AnyTagClassName
{
color: #CAF17A;
}
</style>
background-color css
<style>
a { background-color: #CAF17A; }
a { background-color: rgb(202,241,122); }
div.DivClassName
{
background-color: #CAF17A;
}
.BgClassName
{
background-color: #CAF17A;
}
</style>
border-color css
<style>
span { border-color: #CAF17A; }
span { border-color: rgb(202,241,122); }
td.TdClassName
{
border-color: #CAF17A;
}
.TagClassName
{
border-color: #CAF17A;
}
</style>