Shades of Sulu #CCE28F
Tints of Sulu #CCE28F
RGB
CMYK
RGB Variations
Color information
#CCE28F (or 0xCCE28F) is known color: Sulu. HEX triplet: CC, E2 and 8F. RGB value is (204,226,143). Sum of RGB (Red+Green+Blue) = 204+226+143=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE28F is #331D70. Grayscale: #D2D2D2. Windows color (decimal): -3349873 or 9429708. OLE color: 9429708.
HSL color Cylindrical-coordinate representation of color #CCE28F: hue angle of 75.9º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE28F is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 143 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.11 |
| HSL | 75.9º | 0.59% | 0.72% | - |
| HSV(B) | 75.9º | 0.37% | 0.89% | - |
| XYZ | 57.06 | 69.21 | 36.34 | - |
| YUV | 209.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 143 | 0.10 | 0 | 0.37 | 0.11 | 75.9 | 0.59 | 0.72 |
| Hex | CC | E2 | 8F | A | 0 | 25 | B | 4C | 3B | 48 |
| Octal | 314 | 342 | 217 | 12 | 0 | 45 | 13 | 114 | 73 | 110 |
| Binary | 11001100 | 11100010 | 10001111 | 1010 | 0 | 100101 | 1011 | 1001100 | 111011 | 1001000 |
Color Harmonies of #CCE28F
Complementary color
Monochromatic Colors of #CCE28F
Black with #CCE28F
Text Example
Text Example
White with #CCE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE28F; }
p { color: rgb(204,226,143); }
H1.HeaderClassName
{
color: #CCE28F;
}
.AnyTagClassName
{
color: #CCE28F;
}
</style>
background-color css
<style>
a { background-color: #CCE28F; }
a { background-color: rgb(204,226,143); }
div.DivClassName
{
background-color: #CCE28F;
}
.BgClassName
{
background-color: #CCE28F;
}
</style>
border-color css
<style>
span { border-color: #CCE28F; }
span { border-color: rgb(204,226,143); }
td.TdClassName
{
border-color: #CCE28F;
}
.TagClassName
{
border-color: #CCE28F;
}
</style>