Shades of Sulu #CCE483
Tints of Sulu #CCE483
RGB
CMYK
RGB Variations
Color information
#CCE483 (or 0xCCE483) is known color: Sulu. HEX triplet: CC, E4 and 83. RGB value is (204,228,131). Sum of RGB (Red+Green+Blue) = 204+228+131=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE483 is #331B7C. Grayscale: #D2D2D2. Windows color (decimal): -3349373 or 8643788. OLE color: 8643788.
HSL color Cylindrical-coordinate representation of color #CCE483: hue angle of 74.85º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCE483 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 131 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.11 |
| HSL | 74.85º | 0.64% | 0.7% | - |
| HSV(B) | 74.85º | 0.43% | 0.89% | - |
| XYZ | 56.74 | 69.96 | 31.99 | - |
| YUV | 209.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 131 | 0.11 | 0 | 0.43 | 0.11 | 74.85 | 0.64 | 0.7 |
| Hex | CC | E4 | 83 | B | 0 | 2B | B | 4B | 40 | 46 |
| Octal | 314 | 344 | 203 | 13 | 0 | 53 | 13 | 113 | 100 | 106 |
| Binary | 11001100 | 11100100 | 10000011 | 1011 | 0 | 101011 | 1011 | 1001011 | 1000000 | 1000110 |
Color Harmonies of #CCE483
Complementary color
Monochromatic Colors of #CCE483
Black with #CCE483
Text Example
Text Example
White with #CCE483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE483; }
p { color: rgb(204,228,131); }
H1.HeaderClassName
{
color: #CCE483;
}
.AnyTagClassName
{
color: #CCE483;
}
</style>
background-color css
<style>
a { background-color: #CCE483; }
a { background-color: rgb(204,228,131); }
div.DivClassName
{
background-color: #CCE483;
}
.BgClassName
{
background-color: #CCE483;
}
</style>
border-color css
<style>
span { border-color: #CCE483; }
span { border-color: rgb(204,228,131); }
td.TdClassName
{
border-color: #CCE483;
}
.TagClassName
{
border-color: #CCE483;
}
</style>