Shades of Sulu #CAF482
Tints of Sulu #CAF482
RGB
CMYK
RGB Variations
Color information
#CAF482 (or 0xCAF482) is known color: Sulu. HEX triplet: CA, F4 and 82. RGB value is (202,244,130). Sum of RGB (Red+Green+Blue) = 202+244+130=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF482 is #350B7D. Grayscale: #DADADA. Windows color (decimal): -3476350 or 8582346. OLE color: 8582346.
HSL color Cylindrical-coordinate representation of color #CAF482: hue angle of 82.11º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAF482 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 130 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.04 |
| HSL | 82.11º | 0.84% | 0.73% | - |
| HSV(B) | 82.11º | 0.47% | 0.96% | - |
| XYZ | 60.74 | 78.87 | 33.14 | - |
| YUV | 218.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 130 | 0.17 | 0 | 0.47 | 0.04 | 82.11 | 0.84 | 0.73 |
| Hex | CA | F4 | 82 | 11 | 0 | 2F | 4 | 52 | 54 | 49 |
| Octal | 312 | 364 | 202 | 21 | 0 | 57 | 4 | 122 | 124 | 111 |
| Binary | 11001010 | 11110100 | 10000010 | 10001 | 0 | 101111 | 100 | 1010010 | 1010100 | 1001001 |
Color Harmonies of #CAF482
Complementary color
Monochromatic Colors of #CAF482
Black with #CAF482
Text Example
Text Example
White with #CAF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF482; }
p { color: rgb(202,244,130); }
H1.HeaderClassName
{
color: #CAF482;
}
.AnyTagClassName
{
color: #CAF482;
}
</style>
background-color css
<style>
a { background-color: #CAF482; }
a { background-color: rgb(202,244,130); }
div.DivClassName
{
background-color: #CAF482;
}
.BgClassName
{
background-color: #CAF482;
}
</style>
border-color css
<style>
span { border-color: #CAF482; }
span { border-color: rgb(202,244,130); }
td.TdClassName
{
border-color: #CAF482;
}
.TagClassName
{
border-color: #CAF482;
}
</style>