Shades of Sulu #CCEE73
Tints of Sulu #CCEE73
RGB
CMYK
RGB Variations
Color information
#CCEE73 (or 0xCCEE73) is known color: Sulu. HEX triplet: CC, EE and 73. RGB value is (204,238,115). Sum of RGB (Red+Green+Blue) = 204+238+115=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE73 is #33118C. Grayscale: #D6D6D6. Windows color (decimal): -3346829 or 7597772. OLE color: 7597772.
HSL color Cylindrical-coordinate representation of color #CCEE73: hue angle of 76.59º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCEE73 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 115 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.07 |
| HSL | 76.59º | 0.78% | 0.69% | - |
| HSV(B) | 76.59º | 0.52% | 0.93% | - |
| XYZ | 58.57 | 75.22 | 27.65 | - |
| YUV | 213.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 115 | 0.14 | 0 | 0.52 | 0.07 | 76.59 | 0.78 | 0.69 |
| Hex | CC | EE | 73 | E | 0 | 34 | 7 | 4D | 4E | 45 |
| Octal | 314 | 356 | 163 | 16 | 0 | 64 | 7 | 115 | 116 | 105 |
| Binary | 11001100 | 11101110 | 1110011 | 1110 | 0 | 110100 | 111 | 1001101 | 1001110 | 1000101 |
Color Harmonies of #CCEE73
Complementary color
Monochromatic Colors of #CCEE73
Black with #CCEE73
Text Example
Text Example
White with #CCEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE73; }
p { color: rgb(204,238,115); }
H1.HeaderClassName
{
color: #CCEE73;
}
.AnyTagClassName
{
color: #CCEE73;
}
</style>
background-color css
<style>
a { background-color: #CCEE73; }
a { background-color: rgb(204,238,115); }
div.DivClassName
{
background-color: #CCEE73;
}
.BgClassName
{
background-color: #CCEE73;
}
</style>
border-color css
<style>
span { border-color: #CCEE73; }
span { border-color: rgb(204,238,115); }
td.TdClassName
{
border-color: #CCEE73;
}
.TagClassName
{
border-color: #CCEE73;
}
</style>