Shades of Sulu #CAF983
Tints of Sulu #CAF983
RGB
CMYK
RGB Variations
Color information
#CAF983 (or 0xCAF983) is known color: Sulu. HEX triplet: CA, F9 and 83. RGB value is (202,249,131). Sum of RGB (Red+Green+Blue) = 202+249+131=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF983 is #35067C. Grayscale: #DDDDDD. Windows color (decimal): -3475069 or 8649162. OLE color: 8649162.
HSL color Cylindrical-coordinate representation of color #CAF983: hue angle of 83.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAF983 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 131 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.02 |
| HSL | 83.9º | 0.91% | 0.75% | - |
| HSV(B) | 83.9º | 0.47% | 0.98% | - |
| XYZ | 62.33 | 81.95 | 34 | - |
| YUV | 221.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 131 | 0.19 | 0 | 0.47 | 0.02 | 83.9 | 0.91 | 0.75 |
| Hex | CA | F9 | 83 | 13 | 0 | 2F | 2 | 54 | 5B | 4B |
| Octal | 312 | 371 | 203 | 23 | 0 | 57 | 2 | 124 | 133 | 113 |
| Binary | 11001010 | 11111001 | 10000011 | 10011 | 0 | 101111 | 10 | 1010100 | 1011011 | 1001011 |
Color Harmonies of #CAF983
Complementary color
Monochromatic Colors of #CAF983
Black with #CAF983
Text Example
Text Example
White with #CAF983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF983; }
p { color: rgb(202,249,131); }
H1.HeaderClassName
{
color: #CAF983;
}
.AnyTagClassName
{
color: #CAF983;
}
</style>
background-color css
<style>
a { background-color: #CAF983; }
a { background-color: rgb(202,249,131); }
div.DivClassName
{
background-color: #CAF983;
}
.BgClassName
{
background-color: #CAF983;
}
</style>
border-color css
<style>
span { border-color: #CAF983; }
span { border-color: rgb(202,249,131); }
td.TdClassName
{
border-color: #CAF983;
}
.TagClassName
{
border-color: #CAF983;
}
</style>