Shades of Sulu #CAFA7B
Tints of Sulu #CAFA7B
RGB
CMYK
RGB Variations
Color information
#CAFA7B (or 0xCAFA7B) is known color: Sulu. HEX triplet: CA, FA and 7B. RGB value is (202,250,123). Sum of RGB (Red+Green+Blue) = 202+250+123=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA7B is #350584. Grayscale: #DDDDDD. Windows color (decimal): -3474821 or 8125130. OLE color: 8125130.
HSL color Cylindrical-coordinate representation of color #CAFA7B: hue angle of 82.68º 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 #CAFA7B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 123 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.02 |
| HSL | 82.68º | 0.93% | 0.73% | - |
| HSV(B) | 82.68º | 0.51% | 0.98% | - |
| XYZ | 62.12 | 82.36 | 31.36 | - |
| YUV | 221.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 123 | 0.19 | 0 | 0.51 | 0.02 | 82.68 | 0.93 | 0.73 |
| Hex | CA | FA | 7B | 13 | 0 | 33 | 2 | 53 | 5D | 49 |
| Octal | 312 | 372 | 173 | 23 | 0 | 63 | 2 | 123 | 135 | 111 |
| Binary | 11001010 | 11111010 | 1111011 | 10011 | 0 | 110011 | 10 | 1010011 | 1011101 | 1001001 |
Color Harmonies of #CAFA7B
Complementary color
Monochromatic Colors of #CAFA7B
Black with #CAFA7B
Text Example
Text Example
White with #CAFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA7B; }
p { color: rgb(202,250,123); }
H1.HeaderClassName
{
color: #CAFA7B;
}
.AnyTagClassName
{
color: #CAFA7B;
}
</style>
background-color css
<style>
a { background-color: #CAFA7B; }
a { background-color: rgb(202,250,123); }
div.DivClassName
{
background-color: #CAFA7B;
}
.BgClassName
{
background-color: #CAFA7B;
}
</style>
border-color css
<style>
span { border-color: #CAFA7B; }
span { border-color: rgb(202,250,123); }
td.TdClassName
{
border-color: #CAFA7B;
}
.TagClassName
{
border-color: #CAFA7B;
}
</style>