Shades of Sulu #CAFA7A
Tints of Sulu #CAFA7A
RGB
CMYK
RGB Variations
Color information
#CAFA7A (or 0xCAFA7A) is known color: Sulu. HEX triplet: CA, FA and 7A. RGB value is (202,250,122). Sum of RGB (Red+Green+Blue) = 202+250+122=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA7A is #350585. Grayscale: #DDDDDD. Windows color (decimal): -3474822 or 8059594. OLE color: 8059594.
HSL color Cylindrical-coordinate representation of color #CAFA7A: hue angle of 82.5º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAFA7A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 122 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.02 |
| HSL | 82.5º | 0.93% | 0.73% | - |
| HSV(B) | 82.5º | 0.51% | 0.98% | - |
| XYZ | 62.06 | 82.33 | 31.03 | - |
| YUV | 221.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 122 | 0.19 | 0 | 0.51 | 0.02 | 82.5 | 0.93 | 0.73 |
| Hex | CA | FA | 7A | 13 | 0 | 33 | 2 | 52 | 5D | 49 |
| Octal | 312 | 372 | 172 | 23 | 0 | 63 | 2 | 122 | 135 | 111 |
| Binary | 11001010 | 11111010 | 1111010 | 10011 | 0 | 110011 | 10 | 1010010 | 1011101 | 1001001 |
Color Harmonies of #CAFA7A
Complementary color
Monochromatic Colors of #CAFA7A
Black with #CAFA7A
Text Example
Text Example
White with #CAFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA7A; }
p { color: rgb(202,250,122); }
H1.HeaderClassName
{
color: #CAFA7A;
}
.AnyTagClassName
{
color: #CAFA7A;
}
</style>
background-color css
<style>
a { background-color: #CAFA7A; }
a { background-color: rgb(202,250,122); }
div.DivClassName
{
background-color: #CAFA7A;
}
.BgClassName
{
background-color: #CAFA7A;
}
</style>
border-color css
<style>
span { border-color: #CAFA7A; }
span { border-color: rgb(202,250,122); }
td.TdClassName
{
border-color: #CAFA7A;
}
.TagClassName
{
border-color: #CAFA7A;
}
</style>