Shades of Sulu #CCE68B
Tints of Sulu #CCE68B
RGB
CMYK
RGB Variations
Color information
#CCE68B (or 0xCCE68B) is known color: Sulu. HEX triplet: CC, E6 and 8B. RGB value is (204,230,139). Sum of RGB (Red+Green+Blue) = 204+230+139=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE68B is #331974. Grayscale: #D4D4D4. Windows color (decimal): -3348853 or 9168588. OLE color: 9168588.
HSL color Cylindrical-coordinate representation of color #CCE68B: hue angle of 77.14º 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 #CCE68B is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 139 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.10 |
| HSL | 77.14º | 0.65% | 0.72% | - |
| HSV(B) | 77.14º | 0.4% | 0.9% | - |
| XYZ | 57.86 | 71.3 | 35.14 | - |
| YUV | 211.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 139 | 0.11 | 0 | 0.40 | 0.10 | 77.14 | 0.65 | 0.72 |
| Hex | CC | E6 | 8B | B | 0 | 28 | A | 4D | 41 | 48 |
| Octal | 314 | 346 | 213 | 13 | 0 | 50 | 12 | 115 | 101 | 110 |
| Binary | 11001100 | 11100110 | 10001011 | 1011 | 0 | 101000 | 1010 | 1001101 | 1000001 | 1001000 |
Color Harmonies of #CCE68B
Complementary color
Monochromatic Colors of #CCE68B
Black with #CCE68B
Text Example
Text Example
White with #CCE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE68B; }
p { color: rgb(204,230,139); }
H1.HeaderClassName
{
color: #CCE68B;
}
.AnyTagClassName
{
color: #CCE68B;
}
</style>
background-color css
<style>
a { background-color: #CCE68B; }
a { background-color: rgb(204,230,139); }
div.DivClassName
{
background-color: #CCE68B;
}
.BgClassName
{
background-color: #CCE68B;
}
</style>
border-color css
<style>
span { border-color: #CCE68B; }
span { border-color: rgb(204,230,139); }
td.TdClassName
{
border-color: #CCE68B;
}
.TagClassName
{
border-color: #CCE68B;
}
</style>