Shades of Sulu #CAF08D
Tints of Sulu #CAF08D
RGB
CMYK
RGB Variations
Color information
#CAF08D (or 0xCAF08D) is known color: Sulu. HEX triplet: CA, F0 and 8D. RGB value is (202,240,141). Sum of RGB (Red+Green+Blue) = 202+240+141=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF08D is #350F72. Grayscale: #D9D9D9. Windows color (decimal): -3477363 or 9302218. OLE color: 9302218.
HSL color Cylindrical-coordinate representation of color #CAF08D: hue angle of 83.03º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAF08D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 141 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.06 |
| HSL | 83.03º | 0.77% | 0.75% | - |
| HSV(B) | 83.03º | 0.41% | 0.94% | - |
| XYZ | 60.32 | 76.8 | 36.84 | - |
| YUV | 217.35 | 84.91 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 141 | 0.16 | 0 | 0.41 | 0.06 | 83.03 | 0.77 | 0.75 |
| Hex | CA | F0 | 8D | 10 | 0 | 29 | 6 | 53 | 4D | 4B |
| Octal | 312 | 360 | 215 | 20 | 0 | 51 | 6 | 123 | 115 | 113 |
| Binary | 11001010 | 11110000 | 10001101 | 10000 | 0 | 101001 | 110 | 1010011 | 1001101 | 1001011 |
Color Harmonies of #CAF08D
Complementary color
Monochromatic Colors of #CAF08D
Black with #CAF08D
Text Example
Text Example
White with #CAF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF08D; }
p { color: rgb(202,240,141); }
H1.HeaderClassName
{
color: #CAF08D;
}
.AnyTagClassName
{
color: #CAF08D;
}
</style>
background-color css
<style>
a { background-color: #CAF08D; }
a { background-color: rgb(202,240,141); }
div.DivClassName
{
background-color: #CAF08D;
}
.BgClassName
{
background-color: #CAF08D;
}
</style>
border-color css
<style>
span { border-color: #CAF08D; }
span { border-color: rgb(202,240,141); }
td.TdClassName
{
border-color: #CAF08D;
}
.TagClassName
{
border-color: #CAF08D;
}
</style>