Shades of Sulu #CCED73
Tints of Sulu #CCED73
RGB
CMYK
RGB Variations
Color information
#CCED73 (or 0xCCED73) is known color: Sulu. HEX triplet: CC, ED and 73. RGB value is (204,237,115). Sum of RGB (Red+Green+Blue) = 204+237+115=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED73 is #33128C. Grayscale: #D5D5D5. Windows color (decimal): -3347085 or 7597516. OLE color: 7597516.
HSL color Cylindrical-coordinate representation of color #CCED73: hue angle of 76.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCED73 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 115 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.07 |
| HSL | 76.23º | 0.77% | 0.69% | - |
| HSV(B) | 76.23º | 0.51% | 0.93% | - |
| XYZ | 58.28 | 74.64 | 27.56 | - |
| YUV | 213.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 115 | 0.14 | 0 | 0.51 | 0.07 | 76.23 | 0.77 | 0.69 |
| Hex | CC | ED | 73 | E | 0 | 33 | 7 | 4C | 4D | 45 |
| Octal | 314 | 355 | 163 | 16 | 0 | 63 | 7 | 114 | 115 | 105 |
| Binary | 11001100 | 11101101 | 1110011 | 1110 | 0 | 110011 | 111 | 1001100 | 1001101 | 1000101 |
Color Harmonies of #CCED73
Complementary color
Monochromatic Colors of #CCED73
Black with #CCED73
Text Example
Text Example
White with #CCED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED73; }
p { color: rgb(204,237,115); }
H1.HeaderClassName
{
color: #CCED73;
}
.AnyTagClassName
{
color: #CCED73;
}
</style>
background-color css
<style>
a { background-color: #CCED73; }
a { background-color: rgb(204,237,115); }
div.DivClassName
{
background-color: #CCED73;
}
.BgClassName
{
background-color: #CCED73;
}
</style>
border-color css
<style>
span { border-color: #CCED73; }
span { border-color: rgb(204,237,115); }
td.TdClassName
{
border-color: #CCED73;
}
.TagClassName
{
border-color: #CCED73;
}
</style>