Shades of Sulu #CCE38E
Tints of Sulu #CCE38E
RGB
CMYK
RGB Variations
Color information
#CCE38E (or 0xCCE38E) is known color: Sulu. HEX triplet: CC, E3 and 8E. RGB value is (204,227,142). Sum of RGB (Red+Green+Blue) = 204+227+142=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE38E is #331C71. Grayscale: #D2D2D2. Windows color (decimal): -3349618 or 9364428. OLE color: 9364428.
HSL color Cylindrical-coordinate representation of color #CCE38E: hue angle of 76.24º degrees, saturation: 0.6, 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 #CCE38E is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 142 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.11 |
| HSL | 76.24º | 0.6% | 0.72% | - |
| HSV(B) | 76.24º | 0.37% | 0.89% | - |
| XYZ | 57.25 | 69.73 | 36.03 | - |
| YUV | 210.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 142 | 0.10 | 0 | 0.37 | 0.11 | 76.24 | 0.6 | 0.72 |
| Hex | CC | E3 | 8E | A | 0 | 25 | B | 4C | 3C | 48 |
| Octal | 314 | 343 | 216 | 12 | 0 | 45 | 13 | 114 | 74 | 110 |
| Binary | 11001100 | 11100011 | 10001110 | 1010 | 0 | 100101 | 1011 | 1001100 | 111100 | 1001000 |
Color Harmonies of #CCE38E
Complementary color
Monochromatic Colors of #CCE38E
Black with #CCE38E
Text Example
Text Example
White with #CCE38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE38E; }
p { color: rgb(204,227,142); }
H1.HeaderClassName
{
color: #CCE38E;
}
.AnyTagClassName
{
color: #CCE38E;
}
</style>
background-color css
<style>
a { background-color: #CCE38E; }
a { background-color: rgb(204,227,142); }
div.DivClassName
{
background-color: #CCE38E;
}
.BgClassName
{
background-color: #CCE38E;
}
</style>
border-color css
<style>
span { border-color: #CCE38E; }
span { border-color: rgb(204,227,142); }
td.TdClassName
{
border-color: #CCE38E;
}
.TagClassName
{
border-color: #CCE38E;
}
</style>