Shades of Sulu #CAFA7D
Tints of Sulu #CAFA7D
RGB
CMYK
RGB Variations
Color information
#CAFA7D (or 0xCAFA7D) is known color: Sulu. HEX triplet: CA, FA and 7D. RGB value is (202,250,125). Sum of RGB (Red+Green+Blue) = 202+250+125=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA7D is #350582. Grayscale: #DDDDDD. Windows color (decimal): -3474819 or 8256202. OLE color: 8256202.
HSL color Cylindrical-coordinate representation of color #CAFA7D: hue angle of 83.04º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAFA7D is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 125 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.02 |
| HSL | 83.04º | 0.93% | 0.74% | - |
| HSV(B) | 83.04º | 0.5% | 0.98% | - |
| XYZ | 62.24 | 82.41 | 32.03 | - |
| YUV | 221.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 125 | 0.19 | 0 | 0.50 | 0.02 | 83.04 | 0.93 | 0.74 |
| Hex | CA | FA | 7D | 13 | 0 | 32 | 2 | 53 | 5D | 4A |
| Octal | 312 | 372 | 175 | 23 | 0 | 62 | 2 | 123 | 135 | 112 |
| Binary | 11001010 | 11111010 | 1111101 | 10011 | 0 | 110010 | 10 | 1010011 | 1011101 | 1001010 |
Color Harmonies of #CAFA7D
Complementary color
Monochromatic Colors of #CAFA7D
Black with #CAFA7D
Text Example
Text Example
White with #CAFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA7D; }
p { color: rgb(202,250,125); }
H1.HeaderClassName
{
color: #CAFA7D;
}
.AnyTagClassName
{
color: #CAFA7D;
}
</style>
background-color css
<style>
a { background-color: #CAFA7D; }
a { background-color: rgb(202,250,125); }
div.DivClassName
{
background-color: #CAFA7D;
}
.BgClassName
{
background-color: #CAFA7D;
}
</style>
border-color css
<style>
span { border-color: #CAFA7D; }
span { border-color: rgb(202,250,125); }
td.TdClassName
{
border-color: #CAFA7D;
}
.TagClassName
{
border-color: #CAFA7D;
}
</style>