Shades of Sulu #CAF573
Tints of Sulu #CAF573
RGB
CMYK
RGB Variations
Color information
#CAF573 (or 0xCAF573) is known color: Sulu. HEX triplet: CA, F5 and 73. RGB value is (202,245,115). Sum of RGB (Red+Green+Blue) = 202+245+115=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF573 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF573 is #350A8C. Grayscale: #D9D9D9. Windows color (decimal): -3476109 or 7599562. OLE color: 7599562.
HSL color Cylindrical-coordinate representation of color #CAF573: hue angle of 79.85º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAF573 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 115 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.04 |
| HSL | 79.85º | 0.87% | 0.71% | - |
| HSV(B) | 79.85º | 0.53% | 0.96% | - |
| XYZ | 60.1 | 79.1 | 28.32 | - |
| YUV | 217.32 | 70.25 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 115 | 0.18 | 0 | 0.53 | 0.04 | 79.85 | 0.87 | 0.71 |
| Hex | CA | F5 | 73 | 12 | 0 | 35 | 4 | 50 | 57 | 47 |
| Octal | 312 | 365 | 163 | 22 | 0 | 65 | 4 | 120 | 127 | 107 |
| Binary | 11001010 | 11110101 | 1110011 | 10010 | 0 | 110101 | 100 | 1010000 | 1010111 | 1000111 |
Color Harmonies of #CAF573
Complementary color
Monochromatic Colors of #CAF573
Black with #CAF573
Text Example
Text Example
White with #CAF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF573; }
p { color: rgb(202,245,115); }
H1.HeaderClassName
{
color: #CAF573;
}
.AnyTagClassName
{
color: #CAF573;
}
</style>
background-color css
<style>
a { background-color: #CAF573; }
a { background-color: rgb(202,245,115); }
div.DivClassName
{
background-color: #CAF573;
}
.BgClassName
{
background-color: #CAF573;
}
</style>
border-color css
<style>
span { border-color: #CAF573; }
span { border-color: rgb(202,245,115); }
td.TdClassName
{
border-color: #CAF573;
}
.TagClassName
{
border-color: #CAF573;
}
</style>