Shades of Sulu #CCE68D
Tints of Sulu #CCE68D
RGB
CMYK
RGB Variations
Color information
#CCE68D (or 0xCCE68D) is known color: Sulu. HEX triplet: CC, E6 and 8D. RGB value is (204,230,141). Sum of RGB (Red+Green+Blue) = 204+230+141=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE68D is #331972. Grayscale: #D4D4D4. Windows color (decimal): -3348851 or 9299660. OLE color: 9299660.
HSL color Cylindrical-coordinate representation of color #CCE68D: hue angle of 77.53º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCE68D is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 141 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.10 |
| HSL | 77.53º | 0.64% | 0.73% | - |
| HSV(B) | 77.53º | 0.39% | 0.9% | - |
| XYZ | 58.01 | 71.35 | 35.91 | - |
| YUV | 212.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 141 | 0.11 | 0 | 0.39 | 0.10 | 77.53 | 0.64 | 0.73 |
| Hex | CC | E6 | 8D | B | 0 | 27 | A | 4E | 40 | 49 |
| Octal | 314 | 346 | 215 | 13 | 0 | 47 | 12 | 116 | 100 | 111 |
| Binary | 11001100 | 11100110 | 10001101 | 1011 | 0 | 100111 | 1010 | 1001110 | 1000000 | 1001001 |
Color Harmonies of #CCE68D
Complementary color
Monochromatic Colors of #CCE68D
Black with #CCE68D
Text Example
Text Example
White with #CCE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE68D; }
p { color: rgb(204,230,141); }
H1.HeaderClassName
{
color: #CCE68D;
}
.AnyTagClassName
{
color: #CCE68D;
}
</style>
background-color css
<style>
a { background-color: #CCE68D; }
a { background-color: rgb(204,230,141); }
div.DivClassName
{
background-color: #CCE68D;
}
.BgClassName
{
background-color: #CCE68D;
}
</style>
border-color css
<style>
span { border-color: #CCE68D; }
span { border-color: rgb(204,230,141); }
td.TdClassName
{
border-color: #CCE68D;
}
.TagClassName
{
border-color: #CCE68D;
}
</style>