Shades of Sulu #CCE690
Tints of Sulu #CCE690
RGB
CMYK
RGB Variations
Color information
#CCE690 (or 0xCCE690) is known color: Sulu. HEX triplet: CC, E6 and 90. RGB value is (204,230,144). Sum of RGB (Red+Green+Blue) = 204+230+144=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE690 is #33196F. Grayscale: #D4D4D4. Windows color (decimal): -3348848 or 9496268. OLE color: 9496268.
HSL color Cylindrical-coordinate representation of color #CCE690: hue angle of 78.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE690 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 144 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.10 |
| HSL | 78.14º | 0.63% | 0.73% | - |
| HSV(B) | 78.14º | 0.37% | 0.9% | - |
| XYZ | 58.23 | 71.44 | 37.11 | - |
| YUV | 212.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 144 | 0.11 | 0 | 0.37 | 0.10 | 78.14 | 0.63 | 0.73 |
| Hex | CC | E6 | 90 | B | 0 | 25 | A | 4E | 3F | 49 |
| Octal | 314 | 346 | 220 | 13 | 0 | 45 | 12 | 116 | 77 | 111 |
| Binary | 11001100 | 11100110 | 10010000 | 1011 | 0 | 100101 | 1010 | 1001110 | 111111 | 1001001 |
Color Harmonies of #CCE690
Complementary color
Monochromatic Colors of #CCE690
Black with #CCE690
Text Example
Text Example
White with #CCE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE690; }
p { color: rgb(204,230,144); }
H1.HeaderClassName
{
color: #CCE690;
}
.AnyTagClassName
{
color: #CCE690;
}
</style>
background-color css
<style>
a { background-color: #CCE690; }
a { background-color: rgb(204,230,144); }
div.DivClassName
{
background-color: #CCE690;
}
.BgClassName
{
background-color: #CCE690;
}
</style>
border-color css
<style>
span { border-color: #CCE690; }
span { border-color: rgb(204,230,144); }
td.TdClassName
{
border-color: #CCE690;
}
.TagClassName
{
border-color: #CCE690;
}
</style>