Shades of Sulu #CCE28B
Tints of Sulu #CCE28B
RGB
CMYK
RGB Variations
Color information
#CCE28B (or 0xCCE28B) is known color: Sulu. HEX triplet: CC, E2 and 8B. RGB value is (204,226,139). Sum of RGB (Red+Green+Blue) = 204+226+139=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE28B is #331D74. Grayscale: #D1D1D1. Windows color (decimal): -3349877 or 9167564. OLE color: 9167564.
HSL color Cylindrical-coordinate representation of color #CCE28B: hue angle of 75.17º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCE28B is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 226 | 139 | - |
CMYK | 0.10 | 0 | 0.38 | 0.11 |
HSL | 75.17º | 0.6% | 0.72% | - |
HSV(B) | 75.17º | 0.38% | 0.89% | - |
XYZ | 56.76 | 69.09 | 34.77 | - |
YUV | 209.5 | 88.21 | 124.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 226 | 139 | 0.10 | 0 | 0.38 | 0.11 | 75.17 | 0.6 | 0.72 |
Hex | CC | E2 | 8B | A | 0 | 26 | B | 4B | 3C | 48 |
Octal | 314 | 342 | 213 | 12 | 0 | 46 | 13 | 113 | 74 | 110 |
Binary | 11001100 | 11100010 | 10001011 | 1010 | 0 | 100110 | 1011 | 1001011 | 111100 | 1001000 |
Color Harmonies of #CCE28B
Complementary color
Monochromatic Colors of #CCE28B
Black with #CCE28B
Text Example
Text Example
White with #CCE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE28B; }
p { color: rgb(204,226,139); }
H1.HeaderClassName
{
color: #CCE28B;
}
.AnyTagClassName
{
color: #CCE28B;
}
</style>
background-color css
<style>
a { background-color: #CCE28B; }
a { background-color: rgb(204,226,139); }
div.DivClassName
{
background-color: #CCE28B;
}
.BgClassName
{
background-color: #CCE28B;
}
</style>
border-color css
<style>
span { border-color: #CCE28B; }
span { border-color: rgb(204,226,139); }
td.TdClassName
{
border-color: #CCE28B;
}
.TagClassName
{
border-color: #CCE28B;
}
</style>