Shades of Sulu #CCE68A
Tints of Sulu #CCE68A
RGB
CMYK
RGB Variations
Color information
#CCE68A (or 0xCCE68A) is known color: Sulu. HEX triplet: CC, E6 and 8A. RGB value is (204,230,138). Sum of RGB (Red+Green+Blue) = 204+230+138=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE68A is #331975. Grayscale: #D4D4D4. Windows color (decimal): -3348854 or 9103052. OLE color: 9103052.
HSL color Cylindrical-coordinate representation of color #CCE68A: hue angle of 76.96º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCE68A is Cyan = 0.11, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 138 | - |
| CMYK | 0.11 | 0 | 0.4 | 0.10 |
| HSL | 76.96º | 0.65% | 0.72% | - |
| HSV(B) | 76.96º | 0.4% | 0.9% | - |
| XYZ | 57.79 | 71.27 | 34.75 | - |
| YUV | 211.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 138 | 0.11 | 0 | 0.4 | 0.10 | 76.96 | 0.65 | 0.72 |
| Hex | CC | E6 | 8A | B | 0 | 28 | A | 4D | 41 | 48 |
| Octal | 314 | 346 | 212 | 13 | 0 | 50 | 12 | 115 | 101 | 110 |
| Binary | 11001100 | 11100110 | 10001010 | 1011 | 0 | 101000 | 1010 | 1001101 | 1000001 | 1001000 |
Color Harmonies of #CCE68A
Complementary color
Monochromatic Colors of #CCE68A
Black with #CCE68A
Text Example
Text Example
White with #CCE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE68A; }
p { color: rgb(204,230,138); }
H1.HeaderClassName
{
color: #CCE68A;
}
.AnyTagClassName
{
color: #CCE68A;
}
</style>
background-color css
<style>
a { background-color: #CCE68A; }
a { background-color: rgb(204,230,138); }
div.DivClassName
{
background-color: #CCE68A;
}
.BgClassName
{
background-color: #CCE68A;
}
</style>
border-color css
<style>
span { border-color: #CCE68A; }
span { border-color: rgb(204,230,138); }
td.TdClassName
{
border-color: #CCE68A;
}
.TagClassName
{
border-color: #CCE68A;
}
</style>