Shades of Sulu #CAE682
Tints of Sulu #CAE682
RGB
CMYK
RGB Variations
Color information
#CAE682 (or 0xCAE682) is known color: Sulu. HEX triplet: CA, E6 and 82. RGB value is (202,230,130). Sum of RGB (Red+Green+Blue) = 202+230+130=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE682 is #35197D. Grayscale: #D2D2D2. Windows color (decimal): -3479934 or 8578762. OLE color: 8578762.
HSL color Cylindrical-coordinate representation of color #CAE682: hue angle of 76.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAE682 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 130 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.10 |
| HSL | 76.8º | 0.67% | 0.71% | - |
| HSV(B) | 76.8º | 0.43% | 0.9% | - |
| XYZ | 56.68 | 70.76 | 31.79 | - |
| YUV | 210.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 130 | 0.12 | 0 | 0.43 | 0.10 | 76.8 | 0.67 | 0.71 |
| Hex | CA | E6 | 82 | C | 0 | 2B | A | 4D | 43 | 47 |
| Octal | 312 | 346 | 202 | 14 | 0 | 53 | 12 | 115 | 103 | 107 |
| Binary | 11001010 | 11100110 | 10000010 | 1100 | 0 | 101011 | 1010 | 1001101 | 1000011 | 1000111 |
Color Harmonies of #CAE682
Complementary color
Monochromatic Colors of #CAE682
Black with #CAE682
Text Example
Text Example
White with #CAE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE682; }
p { color: rgb(202,230,130); }
H1.HeaderClassName
{
color: #CAE682;
}
.AnyTagClassName
{
color: #CAE682;
}
</style>
background-color css
<style>
a { background-color: #CAE682; }
a { background-color: rgb(202,230,130); }
div.DivClassName
{
background-color: #CAE682;
}
.BgClassName
{
background-color: #CAE682;
}
</style>
border-color css
<style>
span { border-color: #CAE682; }
span { border-color: rgb(202,230,130); }
td.TdClassName
{
border-color: #CAE682;
}
.TagClassName
{
border-color: #CAE682;
}
</style>