Shades of Sulu #CAF978
Tints of Sulu #CAF978
RGB
CMYK
RGB Variations
Color information
#CAF978 (or 0xCAF978) is known color: Sulu. HEX triplet: CA, F9 and 78. RGB value is (202,249,120). Sum of RGB (Red+Green+Blue) = 202+249+120=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF978 is #350687. Grayscale: #DCDCDC. Windows color (decimal): -3475080 or 7928266. OLE color: 7928266.
HSL color Cylindrical-coordinate representation of color #CAF978: hue angle of 81.86º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAF978 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 120 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.02 |
| HSL | 81.86º | 0.91% | 0.72% | - |
| HSV(B) | 81.86º | 0.52% | 0.98% | - |
| XYZ | 61.62 | 81.66 | 30.28 | - |
| YUV | 220.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 120 | 0.19 | 0 | 0.52 | 0.02 | 81.86 | 0.91 | 0.72 |
| Hex | CA | F9 | 78 | 13 | 0 | 34 | 2 | 52 | 5B | 48 |
| Octal | 312 | 371 | 170 | 23 | 0 | 64 | 2 | 122 | 133 | 110 |
| Binary | 11001010 | 11111001 | 1111000 | 10011 | 0 | 110100 | 10 | 1010010 | 1011011 | 1001000 |
Color Harmonies of #CAF978
Complementary color
Monochromatic Colors of #CAF978
Black with #CAF978
Text Example
Text Example
White with #CAF978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF978; }
p { color: rgb(202,249,120); }
H1.HeaderClassName
{
color: #CAF978;
}
.AnyTagClassName
{
color: #CAF978;
}
</style>
background-color css
<style>
a { background-color: #CAF978; }
a { background-color: rgb(202,249,120); }
div.DivClassName
{
background-color: #CAF978;
}
.BgClassName
{
background-color: #CAF978;
}
</style>
border-color css
<style>
span { border-color: #CAF978; }
span { border-color: rgb(202,249,120); }
td.TdClassName
{
border-color: #CAF978;
}
.TagClassName
{
border-color: #CAF978;
}
</style>