Shades of Sulu #CCE678
Tints of Sulu #CCE678
RGB
CMYK
RGB Variations
Color information
#CCE678 (or 0xCCE678) is known color: Sulu. HEX triplet: CC, E6 and 78. RGB value is (204,230,120). Sum of RGB (Red+Green+Blue) = 204+230+120=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE678 is #331987. Grayscale: #D2D2D2. Windows color (decimal): -3348872 or 7923404. OLE color: 7923404.
HSL color Cylindrical-coordinate representation of color #CCE678: hue angle of 74.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCE678 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 120 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.10 |
| HSL | 74.18º | 0.69% | 0.69% | - |
| HSV(B) | 74.18º | 0.48% | 0.9% | - |
| XYZ | 56.59 | 70.79 | 28.45 | - |
| YUV | 209.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 120 | 0.11 | 0 | 0.48 | 0.10 | 74.18 | 0.69 | 0.69 |
| Hex | CC | E6 | 78 | B | 0 | 30 | A | 4A | 45 | 45 |
| Octal | 314 | 346 | 170 | 13 | 0 | 60 | 12 | 112 | 105 | 105 |
| Binary | 11001100 | 11100110 | 1111000 | 1011 | 0 | 110000 | 1010 | 1001010 | 1000101 | 1000101 |
Color Harmonies of #CCE678
Complementary color
Monochromatic Colors of #CCE678
Black with #CCE678
Text Example
Text Example
White with #CCE678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE678; }
p { color: rgb(204,230,120); }
H1.HeaderClassName
{
color: #CCE678;
}
.AnyTagClassName
{
color: #CCE678;
}
</style>
background-color css
<style>
a { background-color: #CCE678; }
a { background-color: rgb(204,230,120); }
div.DivClassName
{
background-color: #CCE678;
}
.BgClassName
{
background-color: #CCE678;
}
</style>
border-color css
<style>
span { border-color: #CCE678; }
span { border-color: rgb(204,230,120); }
td.TdClassName
{
border-color: #CCE678;
}
.TagClassName
{
border-color: #CCE678;
}
</style>