Shades of Sulu #CCEA74
Tints of Sulu #CCEA74
RGB
CMYK
RGB Variations
Color information
#CCEA74 (or 0xCCEA74) is known color: Sulu. HEX triplet: CC, EA and 74. RGB value is (204,234,116). Sum of RGB (Red+Green+Blue) = 204+234+116=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA74 is #33158B. Grayscale: #D4D4D4. Windows color (decimal): -3347852 or 7662284. OLE color: 7662284.
HSL color Cylindrical-coordinate representation of color #CCEA74: hue angle of 75.25º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCEA74 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 116 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.08 |
| HSL | 75.25º | 0.74% | 0.69% | - |
| HSV(B) | 75.25º | 0.5% | 0.92% | - |
| XYZ | 57.48 | 72.94 | 27.57 | - |
| YUV | 211.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 116 | 0.13 | 0 | 0.50 | 0.08 | 75.25 | 0.74 | 0.69 |
| Hex | CC | EA | 74 | D | 0 | 32 | 8 | 4B | 4A | 45 |
| Octal | 314 | 352 | 164 | 15 | 0 | 62 | 10 | 113 | 112 | 105 |
| Binary | 11001100 | 11101010 | 1110100 | 1101 | 0 | 110010 | 1000 | 1001011 | 1001010 | 1000101 |
Color Harmonies of #CCEA74
Complementary color
Monochromatic Colors of #CCEA74
Black with #CCEA74
Text Example
Text Example
White with #CCEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA74; }
p { color: rgb(204,234,116); }
H1.HeaderClassName
{
color: #CCEA74;
}
.AnyTagClassName
{
color: #CCEA74;
}
</style>
background-color css
<style>
a { background-color: #CCEA74; }
a { background-color: rgb(204,234,116); }
div.DivClassName
{
background-color: #CCEA74;
}
.BgClassName
{
background-color: #CCEA74;
}
</style>
border-color css
<style>
span { border-color: #CCEA74; }
span { border-color: rgb(204,234,116); }
td.TdClassName
{
border-color: #CCEA74;
}
.TagClassName
{
border-color: #CCEA74;
}
</style>