Shades of Sulu #CAF280
Tints of Sulu #CAF280
RGB
CMYK
RGB Variations
Color information
#CAF280 (or 0xCAF280) is known color: Sulu. HEX triplet: CA, F2 and 80. RGB value is (202,242,128). Sum of RGB (Red+Green+Blue) = 202+242+128=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF280 is #350D7F. Grayscale: #D9D9D9. Windows color (decimal): -3476864 or 8450762. OLE color: 8450762.
HSL color Cylindrical-coordinate representation of color #CAF280: hue angle of 81.05º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAF280 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 128 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.05 |
| HSL | 81.05º | 0.81% | 0.73% | - |
| HSV(B) | 81.05º | 0.47% | 0.95% | - |
| XYZ | 60.01 | 77.62 | 32.24 | - |
| YUV | 217.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 128 | 0.17 | 0 | 0.47 | 0.05 | 81.05 | 0.81 | 0.73 |
| Hex | CA | F2 | 80 | 11 | 0 | 2F | 5 | 51 | 51 | 49 |
| Octal | 312 | 362 | 200 | 21 | 0 | 57 | 5 | 121 | 121 | 111 |
| Binary | 11001010 | 11110010 | 10000000 | 10001 | 0 | 101111 | 101 | 1010001 | 1010001 | 1001001 |
Color Harmonies of #CAF280
Complementary color
Monochromatic Colors of #CAF280
Black with #CAF280
Text Example
Text Example
White with #CAF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF280; }
p { color: rgb(202,242,128); }
H1.HeaderClassName
{
color: #CAF280;
}
.AnyTagClassName
{
color: #CAF280;
}
</style>
background-color css
<style>
a { background-color: #CAF280; }
a { background-color: rgb(202,242,128); }
div.DivClassName
{
background-color: #CAF280;
}
.BgClassName
{
background-color: #CAF280;
}
</style>
border-color css
<style>
span { border-color: #CAF280; }
span { border-color: rgb(202,242,128); }
td.TdClassName
{
border-color: #CAF280;
}
.TagClassName
{
border-color: #CAF280;
}
</style>