Shades of Sulu #CCEE8B
Tints of Sulu #CCEE8B
RGB
CMYK
RGB Variations
Color information
#CCEE8B (or 0xCCEE8B) is known color: Sulu. HEX triplet: CC, EE and 8B. RGB value is (204,238,139). Sum of RGB (Red+Green+Blue) = 204+238+139=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEE8B is #331174. Grayscale: #D8D8D8. Windows color (decimal): -3346805 or 9170636. OLE color: 9170636.
HSL color Cylindrical-coordinate representation of color #CCEE8B: hue angle of 80.61º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCEE8B is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 139 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.07 |
| HSL | 80.61º | 0.74% | 0.74% | - |
| HSV(B) | 80.61º | 0.42% | 0.93% | - |
| XYZ | 60.14 | 75.85 | 35.9 | - |
| YUV | 216.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 139 | 0.14 | 0 | 0.42 | 0.07 | 80.61 | 0.74 | 0.74 |
| Hex | CC | EE | 8B | E | 0 | 2A | 7 | 51 | 4A | 4A |
| Octal | 314 | 356 | 213 | 16 | 0 | 52 | 7 | 121 | 112 | 112 |
| Binary | 11001100 | 11101110 | 10001011 | 1110 | 0 | 101010 | 111 | 1010001 | 1001010 | 1001010 |
Color Harmonies of #CCEE8B
Complementary color
Monochromatic Colors of #CCEE8B
Black with #CCEE8B
Text Example
Text Example
White with #CCEE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE8B; }
p { color: rgb(204,238,139); }
H1.HeaderClassName
{
color: #CCEE8B;
}
.AnyTagClassName
{
color: #CCEE8B;
}
</style>
background-color css
<style>
a { background-color: #CCEE8B; }
a { background-color: rgb(204,238,139); }
div.DivClassName
{
background-color: #CCEE8B;
}
.BgClassName
{
background-color: #CCEE8B;
}
</style>
border-color css
<style>
span { border-color: #CCEE8B; }
span { border-color: rgb(204,238,139); }
td.TdClassName
{
border-color: #CCEE8B;
}
.TagClassName
{
border-color: #CCEE8B;
}
</style>