Shades of Sulu #CCE57F
Tints of Sulu #CCE57F
RGB
CMYK
RGB Variations
Color information
#CCE57F (or 0xCCE57F) is known color: Sulu. HEX triplet: CC, E5 and 7F. RGB value is (204,229,127). Sum of RGB (Red+Green+Blue) = 204+229+127=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE57F is #331A80. Grayscale: #D2D2D2. Windows color (decimal): -3349121 or 8381900. OLE color: 8381900.
HSL color Cylindrical-coordinate representation of color #CCE57F: hue angle of 74.71º degrees, saturation: 0.66, 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 #CCE57F is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 127 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.10 |
| HSL | 74.71º | 0.66% | 0.7% | - |
| HSV(B) | 74.71º | 0.45% | 0.9% | - |
| XYZ | 56.75 | 70.41 | 30.68 | - |
| YUV | 209.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 127 | 0.11 | 0 | 0.45 | 0.10 | 74.71 | 0.66 | 0.7 |
| Hex | CC | E5 | 7F | B | 0 | 2D | A | 4B | 42 | 46 |
| Octal | 314 | 345 | 177 | 13 | 0 | 55 | 12 | 113 | 102 | 106 |
| Binary | 11001100 | 11100101 | 1111111 | 1011 | 0 | 101101 | 1010 | 1001011 | 1000010 | 1000110 |
Color Harmonies of #CCE57F
Complementary color
Monochromatic Colors of #CCE57F
Black with #CCE57F
Text Example
Text Example
White with #CCE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE57F; }
p { color: rgb(204,229,127); }
H1.HeaderClassName
{
color: #CCE57F;
}
.AnyTagClassName
{
color: #CCE57F;
}
</style>
background-color css
<style>
a { background-color: #CCE57F; }
a { background-color: rgb(204,229,127); }
div.DivClassName
{
background-color: #CCE57F;
}
.BgClassName
{
background-color: #CCE57F;
}
</style>
border-color css
<style>
span { border-color: #CCE57F; }
span { border-color: rgb(204,229,127); }
td.TdClassName
{
border-color: #CCE57F;
}
.TagClassName
{
border-color: #CCE57F;
}
</style>