Shades of Sulu #CCE78A
Tints of Sulu #CCE78A
RGB
CMYK
RGB Variations
Color information
#CCE78A (or 0xCCE78A) is known color: Sulu. HEX triplet: CC, E7 and 8A. RGB value is (204,231,138). Sum of RGB (Red+Green+Blue) = 204+231+138=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE78A is #331875. Grayscale: #D4D4D4. Windows color (decimal): -3348598 or 9103308. OLE color: 9103308.
HSL color Cylindrical-coordinate representation of color #CCE78A: hue angle of 77.42º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCE78A is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 138 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.09 |
| HSL | 77.42º | 0.66% | 0.72% | - |
| HSV(B) | 77.42º | 0.4% | 0.91% | - |
| XYZ | 58.07 | 71.82 | 34.85 | - |
| YUV | 212.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 138 | 0.12 | 0 | 0.40 | 0.09 | 77.42 | 0.66 | 0.72 |
| Hex | CC | E7 | 8A | C | 0 | 28 | 9 | 4D | 42 | 48 |
| Octal | 314 | 347 | 212 | 14 | 0 | 50 | 11 | 115 | 102 | 110 |
| Binary | 11001100 | 11100111 | 10001010 | 1100 | 0 | 101000 | 1001 | 1001101 | 1000010 | 1001000 |
Color Harmonies of #CCE78A
Complementary color
Monochromatic Colors of #CCE78A
Black with #CCE78A
Text Example
Text Example
White with #CCE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE78A; }
p { color: rgb(204,231,138); }
H1.HeaderClassName
{
color: #CCE78A;
}
.AnyTagClassName
{
color: #CCE78A;
}
</style>
background-color css
<style>
a { background-color: #CCE78A; }
a { background-color: rgb(204,231,138); }
div.DivClassName
{
background-color: #CCE78A;
}
.BgClassName
{
background-color: #CCE78A;
}
</style>
border-color css
<style>
span { border-color: #CCE78A; }
span { border-color: rgb(204,231,138); }
td.TdClassName
{
border-color: #CCE78A;
}
.TagClassName
{
border-color: #CCE78A;
}
</style>