Shades of Sulu #CAF172
Tints of Sulu #CAF172
RGB
CMYK
RGB Variations
Color information
#CAF172 (or 0xCAF172) is known color: Sulu. HEX triplet: CA, F1 and 72. RGB value is (202,241,114). Sum of RGB (Red+Green+Blue) = 202+241+114=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF172 is #350E8D. Grayscale: #D7D7D7. Windows color (decimal): -3477134 or 7533002. OLE color: 7533002.
HSL color Cylindrical-coordinate representation of color #CAF172: hue angle of 78.43º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAF172 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 114 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.05 |
| HSL | 78.43º | 0.82% | 0.7% | - |
| HSV(B) | 78.43º | 0.53% | 0.95% | - |
| XYZ | 58.85 | 76.68 | 27.62 | - |
| YUV | 214.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 114 | 0.16 | 0 | 0.53 | 0.05 | 78.43 | 0.82 | 0.7 |
| Hex | CA | F1 | 72 | 10 | 0 | 35 | 5 | 4E | 52 | 46 |
| Octal | 312 | 361 | 162 | 20 | 0 | 65 | 5 | 116 | 122 | 106 |
| Binary | 11001010 | 11110001 | 1110010 | 10000 | 0 | 110101 | 101 | 1001110 | 1010010 | 1000110 |
Color Harmonies of #CAF172
Complementary color
Monochromatic Colors of #CAF172
Black with #CAF172
Text Example
Text Example
White with #CAF172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF172; }
p { color: rgb(202,241,114); }
H1.HeaderClassName
{
color: #CAF172;
}
.AnyTagClassName
{
color: #CAF172;
}
</style>
background-color css
<style>
a { background-color: #CAF172; }
a { background-color: rgb(202,241,114); }
div.DivClassName
{
background-color: #CAF172;
}
.BgClassName
{
background-color: #CAF172;
}
</style>
border-color css
<style>
span { border-color: #CAF172; }
span { border-color: rgb(202,241,114); }
td.TdClassName
{
border-color: #CAF172;
}
.TagClassName
{
border-color: #CAF172;
}
</style>