Shades of Sulu #CAFA73
Tints of Sulu #CAFA73
RGB
CMYK
RGB Variations
Color information
#CAFA73 (or 0xCAFA73) is known color: Sulu. HEX triplet: CA, FA and 73. RGB value is (202,250,115). Sum of RGB (Red+Green+Blue) = 202+250+115=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA73 is #35058C. Grayscale: #DCDCDC. Windows color (decimal): -3474829 or 7600842. OLE color: 7600842.
HSL color Cylindrical-coordinate representation of color #CAFA73: hue angle of 81.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAFA73 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 115 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.02 |
| HSL | 81.33º | 0.93% | 0.72% | - |
| HSV(B) | 81.33º | 0.54% | 0.98% | - |
| XYZ | 61.64 | 82.17 | 28.83 | - |
| YUV | 220.26 | 68.6 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 115 | 0.19 | 0 | 0.54 | 0.02 | 81.33 | 0.93 | 0.72 |
| Hex | CA | FA | 73 | 13 | 0 | 36 | 2 | 51 | 5D | 48 |
| Octal | 312 | 372 | 163 | 23 | 0 | 66 | 2 | 121 | 135 | 110 |
| Binary | 11001010 | 11111010 | 1110011 | 10011 | 0 | 110110 | 10 | 1010001 | 1011101 | 1001000 |
Color Harmonies of #CAFA73
Complementary color
Monochromatic Colors of #CAFA73
Black with #CAFA73
Text Example
Text Example
White with #CAFA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA73; }
p { color: rgb(202,250,115); }
H1.HeaderClassName
{
color: #CAFA73;
}
.AnyTagClassName
{
color: #CAFA73;
}
</style>
background-color css
<style>
a { background-color: #CAFA73; }
a { background-color: rgb(202,250,115); }
div.DivClassName
{
background-color: #CAFA73;
}
.BgClassName
{
background-color: #CAFA73;
}
</style>
border-color css
<style>
span { border-color: #CAFA73; }
span { border-color: rgb(202,250,115); }
td.TdClassName
{
border-color: #CAFA73;
}
.TagClassName
{
border-color: #CAFA73;
}
</style>