Shades of Sulu #CAFA7E
Tints of Sulu #CAFA7E
RGB
CMYK
RGB Variations
Color information
#CAFA7E (or 0xCAFA7E) is known color: Sulu. HEX triplet: CA, FA and 7E. RGB value is (202,250,126). Sum of RGB (Red+Green+Blue) = 202+250+126=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA7E is #350581. Grayscale: #DDDDDD. Windows color (decimal): -3474818 or 8321738. OLE color: 8321738.
HSL color Cylindrical-coordinate representation of color #CAFA7E: hue angle of 83.23º 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 #CAFA7E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 126 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.02 |
| HSL | 83.23º | 0.93% | 0.74% | - |
| HSV(B) | 83.23º | 0.5% | 0.98% | - |
| XYZ | 62.31 | 82.43 | 32.37 | - |
| YUV | 221.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 126 | 0.19 | 0 | 0.50 | 0.02 | 83.23 | 0.93 | 0.74 |
| Hex | CA | FA | 7E | 13 | 0 | 32 | 2 | 53 | 5D | 4A |
| Octal | 312 | 372 | 176 | 23 | 0 | 62 | 2 | 123 | 135 | 112 |
| Binary | 11001010 | 11111010 | 1111110 | 10011 | 0 | 110010 | 10 | 1010011 | 1011101 | 1001010 |
Color Harmonies of #CAFA7E
Complementary color
Monochromatic Colors of #CAFA7E
Black with #CAFA7E
Text Example
Text Example
White with #CAFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA7E; }
p { color: rgb(202,250,126); }
H1.HeaderClassName
{
color: #CAFA7E;
}
.AnyTagClassName
{
color: #CAFA7E;
}
</style>
background-color css
<style>
a { background-color: #CAFA7E; }
a { background-color: rgb(202,250,126); }
div.DivClassName
{
background-color: #CAFA7E;
}
.BgClassName
{
background-color: #CAFA7E;
}
</style>
border-color css
<style>
span { border-color: #CAFA7E; }
span { border-color: rgb(202,250,126); }
td.TdClassName
{
border-color: #CAFA7E;
}
.TagClassName
{
border-color: #CAFA7E;
}
</style>