Shades of Sulu #CBEE8C
Tints of Sulu #CBEE8C
RGB
CMYK
RGB Variations
Color information
#CBEE8C (or 0xCBEE8C) is known color: Sulu. HEX triplet: CB, EE and 8C. RGB value is (203,238,140). Sum of RGB (Red+Green+Blue) = 203+238+140=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEE8C is #341173. Grayscale: #D8D8D8. Windows color (decimal): -3412340 or 9236171. OLE color: 9236171.
HSL color Cylindrical-coordinate representation of color #CBEE8C: hue angle of 81.43º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBEE8C is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 140 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.07 |
| HSL | 81.43º | 0.74% | 0.74% | - |
| HSV(B) | 81.43º | 0.41% | 0.93% | - |
| XYZ | 59.94 | 75.74 | 36.27 | - |
| YUV | 216.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 140 | 0.15 | 0 | 0.41 | 0.07 | 81.43 | 0.74 | 0.74 |
| Hex | CB | EE | 8C | F | 0 | 29 | 7 | 51 | 4A | 4A |
| Octal | 313 | 356 | 214 | 17 | 0 | 51 | 7 | 121 | 112 | 112 |
| Binary | 11001011 | 11101110 | 10001100 | 1111 | 0 | 101001 | 111 | 1010001 | 1001010 | 1001010 |
Color Harmonies of #CBEE8C
Complementary color
Monochromatic Colors of #CBEE8C
Black with #CBEE8C
Text Example
Text Example
White with #CBEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE8C; }
p { color: rgb(203,238,140); }
H1.HeaderClassName
{
color: #CBEE8C;
}
.AnyTagClassName
{
color: #CBEE8C;
}
</style>
background-color css
<style>
a { background-color: #CBEE8C; }
a { background-color: rgb(203,238,140); }
div.DivClassName
{
background-color: #CBEE8C;
}
.BgClassName
{
background-color: #CBEE8C;
}
</style>
border-color css
<style>
span { border-color: #CBEE8C; }
span { border-color: rgb(203,238,140); }
td.TdClassName
{
border-color: #CBEE8C;
}
.TagClassName
{
border-color: #CBEE8C;
}
</style>