Shades of Sulu #CAF08C
Tints of Sulu #CAF08C
RGB
CMYK
RGB Variations
Color information
#CAF08C (or 0xCAF08C) is known color: Sulu. HEX triplet: CA, F0 and 8C. RGB value is (202,240,140). Sum of RGB (Red+Green+Blue) = 202+240+140=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF08C is #350F73. Grayscale: #D9D9D9. Windows color (decimal): -3477364 or 9236682. OLE color: 9236682.
HSL color Cylindrical-coordinate representation of color #CAF08C: hue angle of 82.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAF08C is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 140 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.06 |
| HSL | 82.8º | 0.77% | 0.75% | - |
| HSV(B) | 82.8º | 0.42% | 0.94% | - |
| XYZ | 60.25 | 76.77 | 36.45 | - |
| YUV | 217.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 140 | 0.16 | 0 | 0.42 | 0.06 | 82.8 | 0.77 | 0.75 |
| Hex | CA | F0 | 8C | 10 | 0 | 2A | 6 | 53 | 4D | 4B |
| Octal | 312 | 360 | 214 | 20 | 0 | 52 | 6 | 123 | 115 | 113 |
| Binary | 11001010 | 11110000 | 10001100 | 10000 | 0 | 101010 | 110 | 1010011 | 1001101 | 1001011 |
Color Harmonies of #CAF08C
Complementary color
Monochromatic Colors of #CAF08C
Black with #CAF08C
Text Example
Text Example
White with #CAF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF08C; }
p { color: rgb(202,240,140); }
H1.HeaderClassName
{
color: #CAF08C;
}
.AnyTagClassName
{
color: #CAF08C;
}
</style>
background-color css
<style>
a { background-color: #CAF08C; }
a { background-color: rgb(202,240,140); }
div.DivClassName
{
background-color: #CAF08C;
}
.BgClassName
{
background-color: #CAF08C;
}
</style>
border-color css
<style>
span { border-color: #CAF08C; }
span { border-color: rgb(202,240,140); }
td.TdClassName
{
border-color: #CAF08C;
}
.TagClassName
{
border-color: #CAF08C;
}
</style>