Shades of Sulu #CCE28A
Tints of Sulu #CCE28A
RGB
CMYK
RGB Variations
Color information
#CCE28A (or 0xCCE28A) is known color: Sulu. HEX triplet: CC, E2 and 8A. RGB value is (204,226,138). Sum of RGB (Red+Green+Blue) = 204+226+138=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE28A is #331D75. Grayscale: #D1D1D1. Windows color (decimal): -3349878 or 9102028. OLE color: 9102028.
HSL color Cylindrical-coordinate representation of color #CCE28A: hue angle of 75º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCE28A is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 138 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.11 |
| HSL | 75º | 0.6% | 0.71% | - |
| HSV(B) | 75º | 0.39% | 0.89% | - |
| XYZ | 56.69 | 69.07 | 34.39 | - |
| YUV | 209.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 138 | 0.10 | 0 | 0.39 | 0.11 | 75 | 0.6 | 0.71 |
| Hex | CC | E2 | 8A | A | 0 | 27 | B | 4B | 3C | 47 |
| Octal | 314 | 342 | 212 | 12 | 0 | 47 | 13 | 113 | 74 | 107 |
| Binary | 11001100 | 11100010 | 10001010 | 1010 | 0 | 100111 | 1011 | 1001011 | 111100 | 1000111 |
Color Harmonies of #CCE28A
Complementary color
Monochromatic Colors of #CCE28A
Black with #CCE28A
Text Example
Text Example
White with #CCE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE28A; }
p { color: rgb(204,226,138); }
H1.HeaderClassName
{
color: #CCE28A;
}
.AnyTagClassName
{
color: #CCE28A;
}
</style>
background-color css
<style>
a { background-color: #CCE28A; }
a { background-color: rgb(204,226,138); }
div.DivClassName
{
background-color: #CCE28A;
}
.BgClassName
{
background-color: #CCE28A;
}
</style>
border-color css
<style>
span { border-color: #CCE28A; }
span { border-color: rgb(204,226,138); }
td.TdClassName
{
border-color: #CCE28A;
}
.TagClassName
{
border-color: #CCE28A;
}
</style>