Shades of Sulu #CCE682
Tints of Sulu #CCE682
RGB
CMYK
RGB Variations
Color information
#CCE682 (or 0xCCE682) is known color: Sulu. HEX triplet: CC, E6 and 82. RGB value is (204,230,130). Sum of RGB (Red+Green+Blue) = 204+230+130=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE682 is #33197D. Grayscale: #D3D3D3. Windows color (decimal): -3348862 or 8578764. OLE color: 8578764.
HSL color Cylindrical-coordinate representation of color #CCE682: hue angle of 75.6º 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 #CCE682 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 130 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.10 |
| HSL | 75.6º | 0.67% | 0.71% | - |
| HSV(B) | 75.6º | 0.43% | 0.9% | - |
| XYZ | 57.23 | 71.04 | 31.82 | - |
| YUV | 210.83 | 82.39 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 130 | 0.11 | 0 | 0.43 | 0.10 | 75.6 | 0.67 | 0.71 |
| Hex | CC | E6 | 82 | B | 0 | 2B | A | 4C | 43 | 47 |
| Octal | 314 | 346 | 202 | 13 | 0 | 53 | 12 | 114 | 103 | 107 |
| Binary | 11001100 | 11100110 | 10000010 | 1011 | 0 | 101011 | 1010 | 1001100 | 1000011 | 1000111 |
Color Harmonies of #CCE682
Complementary color
Monochromatic Colors of #CCE682
Black with #CCE682
Text Example
Text Example
White with #CCE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE682; }
p { color: rgb(204,230,130); }
H1.HeaderClassName
{
color: #CCE682;
}
.AnyTagClassName
{
color: #CCE682;
}
</style>
background-color css
<style>
a { background-color: #CCE682; }
a { background-color: rgb(204,230,130); }
div.DivClassName
{
background-color: #CCE682;
}
.BgClassName
{
background-color: #CCE682;
}
</style>
border-color css
<style>
span { border-color: #CCE682; }
span { border-color: rgb(204,230,130); }
td.TdClassName
{
border-color: #CCE682;
}
.TagClassName
{
border-color: #CCE682;
}
</style>