Shades of Sulu #CCE674
Tints of Sulu #CCE674
RGB
CMYK
RGB Variations
Color information
#CCE674 (or 0xCCE674) is known color: Sulu. HEX triplet: CC, E6 and 74. RGB value is (204,230,116). Sum of RGB (Red+Green+Blue) = 204+230+116=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE674 is #33198B. Grayscale: #D1D1D1. Windows color (decimal): -3348876 or 7661260. OLE color: 7661260.
HSL color Cylindrical-coordinate representation of color #CCE674: hue angle of 73.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCE674 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 116 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.10 |
| HSL | 73.68º | 0.7% | 0.68% | - |
| HSV(B) | 73.68º | 0.5% | 0.9% | - |
| XYZ | 56.35 | 70.69 | 27.2 | - |
| YUV | 209.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 116 | 0.11 | 0 | 0.50 | 0.10 | 73.68 | 0.7 | 0.68 |
| Hex | CC | E6 | 74 | B | 0 | 32 | A | 4A | 46 | 44 |
| Octal | 314 | 346 | 164 | 13 | 0 | 62 | 12 | 112 | 106 | 104 |
| Binary | 11001100 | 11100110 | 1110100 | 1011 | 0 | 110010 | 1010 | 1001010 | 1000110 | 1000100 |
Color Harmonies of #CCE674
Complementary color
Monochromatic Colors of #CCE674
Black with #CCE674
Text Example
Text Example
White with #CCE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE674; }
p { color: rgb(204,230,116); }
H1.HeaderClassName
{
color: #CCE674;
}
.AnyTagClassName
{
color: #CCE674;
}
</style>
background-color css
<style>
a { background-color: #CCE674; }
a { background-color: rgb(204,230,116); }
div.DivClassName
{
background-color: #CCE674;
}
.BgClassName
{
background-color: #CCE674;
}
</style>
border-color css
<style>
span { border-color: #CCE674; }
span { border-color: rgb(204,230,116); }
td.TdClassName
{
border-color: #CCE674;
}
.TagClassName
{
border-color: #CCE674;
}
</style>