Shades of Sulu #CCE67E
Tints of Sulu #CCE67E
RGB
CMYK
RGB Variations
Color information
#CCE67E (or 0xCCE67E) is known color: Sulu. HEX triplet: CC, E6 and 7E. RGB value is (204,230,126). Sum of RGB (Red+Green+Blue) = 204+230+126=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE67E is #331981. Grayscale: #D2D2D2. Windows color (decimal): -3348866 or 8316620. OLE color: 8316620.
HSL color Cylindrical-coordinate representation of color #CCE67E: hue angle of 75º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCE67E is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 126 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.10 |
| HSL | 75º | 0.68% | 0.7% | - |
| HSV(B) | 75º | 0.45% | 0.9% | - |
| XYZ | 56.96 | 70.94 | 30.43 | - |
| YUV | 210.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 126 | 0.11 | 0 | 0.45 | 0.10 | 75 | 0.68 | 0.7 |
| Hex | CC | E6 | 7E | B | 0 | 2D | A | 4B | 44 | 46 |
| Octal | 314 | 346 | 176 | 13 | 0 | 55 | 12 | 113 | 104 | 106 |
| Binary | 11001100 | 11100110 | 1111110 | 1011 | 0 | 101101 | 1010 | 1001011 | 1000100 | 1000110 |
Color Harmonies of #CCE67E
Complementary color
Monochromatic Colors of #CCE67E
Black with #CCE67E
Text Example
Text Example
White with #CCE67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE67E; }
p { color: rgb(204,230,126); }
H1.HeaderClassName
{
color: #CCE67E;
}
.AnyTagClassName
{
color: #CCE67E;
}
</style>
background-color css
<style>
a { background-color: #CCE67E; }
a { background-color: rgb(204,230,126); }
div.DivClassName
{
background-color: #CCE67E;
}
.BgClassName
{
background-color: #CCE67E;
}
</style>
border-color css
<style>
span { border-color: #CCE67E; }
span { border-color: rgb(204,230,126); }
td.TdClassName
{
border-color: #CCE67E;
}
.TagClassName
{
border-color: #CCE67E;
}
</style>