Shades of Sulu #CAF58B
Tints of Sulu #CAF58B
RGB
CMYK
RGB Variations
Color information
#CAF58B (or 0xCAF58B) is known color: Sulu. HEX triplet: CA, F5 and 8B. RGB value is (202,245,139). Sum of RGB (Red+Green+Blue) = 202+245+139=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF58B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF58B is #350A74. Grayscale: #DCDCDC. Windows color (decimal): -3476085 or 9172426. OLE color: 9172426.
HSL color Cylindrical-coordinate representation of color #CAF58B: hue angle of 84.34º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAF58B is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 139 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.04 |
| HSL | 84.34º | 0.84% | 0.75% | - |
| HSV(B) | 84.34º | 0.43% | 0.96% | - |
| XYZ | 61.67 | 79.73 | 36.56 | - |
| YUV | 220.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 139 | 0.18 | 0 | 0.43 | 0.04 | 84.34 | 0.84 | 0.75 |
| Hex | CA | F5 | 8B | 12 | 0 | 2B | 4 | 54 | 54 | 4B |
| Octal | 312 | 365 | 213 | 22 | 0 | 53 | 4 | 124 | 124 | 113 |
| Binary | 11001010 | 11110101 | 10001011 | 10010 | 0 | 101011 | 100 | 1010100 | 1010100 | 1001011 |
Color Harmonies of #CAF58B
Complementary color
Monochromatic Colors of #CAF58B
Black with #CAF58B
Text Example
Text Example
White with #CAF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF58B; }
p { color: rgb(202,245,139); }
H1.HeaderClassName
{
color: #CAF58B;
}
.AnyTagClassName
{
color: #CAF58B;
}
</style>
background-color css
<style>
a { background-color: #CAF58B; }
a { background-color: rgb(202,245,139); }
div.DivClassName
{
background-color: #CAF58B;
}
.BgClassName
{
background-color: #CAF58B;
}
</style>
border-color css
<style>
span { border-color: #CAF58B; }
span { border-color: rgb(202,245,139); }
td.TdClassName
{
border-color: #CAF58B;
}
.TagClassName
{
border-color: #CAF58B;
}
</style>