Shades of Sulu #CAF682
Tints of Sulu #CAF682
RGB
CMYK
RGB Variations
Color information
#CAF682 (or 0xCAF682) is known color: Sulu. HEX triplet: CA, F6 and 82. RGB value is (202,246,130). Sum of RGB (Red+Green+Blue) = 202+246+130=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF682 is #35097D. Grayscale: #DCDCDC. Windows color (decimal): -3475838 or 8582858. OLE color: 8582858.
HSL color Cylindrical-coordinate representation of color #CAF682: hue angle of 82.76º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAF682 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 130 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.04 |
| HSL | 82.76º | 0.87% | 0.74% | - |
| HSV(B) | 82.76º | 0.47% | 0.96% | - |
| XYZ | 61.34 | 80.08 | 33.34 | - |
| YUV | 219.62 | 77.42 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 130 | 0.18 | 0 | 0.47 | 0.04 | 82.76 | 0.87 | 0.74 |
| Hex | CA | F6 | 82 | 12 | 0 | 2F | 4 | 53 | 57 | 4A |
| Octal | 312 | 366 | 202 | 22 | 0 | 57 | 4 | 123 | 127 | 112 |
| Binary | 11001010 | 11110110 | 10000010 | 10010 | 0 | 101111 | 100 | 1010011 | 1010111 | 1001010 |
Color Harmonies of #CAF682
Complementary color
Monochromatic Colors of #CAF682
Black with #CAF682
Text Example
Text Example
White with #CAF682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF682; }
p { color: rgb(202,246,130); }
H1.HeaderClassName
{
color: #CAF682;
}
.AnyTagClassName
{
color: #CAF682;
}
</style>
background-color css
<style>
a { background-color: #CAF682; }
a { background-color: rgb(202,246,130); }
div.DivClassName
{
background-color: #CAF682;
}
.BgClassName
{
background-color: #CAF682;
}
</style>
border-color css
<style>
span { border-color: #CAF682; }
span { border-color: rgb(202,246,130); }
td.TdClassName
{
border-color: #CAF682;
}
.TagClassName
{
border-color: #CAF682;
}
</style>