Shades of Sulu #CBE88F
Tints of Sulu #CBE88F
RGB
CMYK
RGB Variations
Color information
#CBE88F (or 0xCBE88F) is known color: Sulu. HEX triplet: CB, E8 and 8F. RGB value is (203,232,143). Sum of RGB (Red+Green+Blue) = 203+232+143=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE88F is #341770. Grayscale: #D5D5D5. Windows color (decimal): -3413873 or 9431243. OLE color: 9431243.
HSL color Cylindrical-coordinate representation of color #CBE88F: hue angle of 79.55º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBE88F is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 143 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.09 |
| HSL | 79.55º | 0.66% | 0.74% | - |
| HSV(B) | 79.55º | 0.38% | 0.91% | - |
| XYZ | 58.44 | 72.39 | 36.88 | - |
| YUV | 213.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 143 | 0.12 | 0 | 0.38 | 0.09 | 79.55 | 0.66 | 0.74 |
| Hex | CB | E8 | 8F | C | 0 | 26 | 9 | 50 | 42 | 4A |
| Octal | 313 | 350 | 217 | 14 | 0 | 46 | 11 | 120 | 102 | 112 |
| Binary | 11001011 | 11101000 | 10001111 | 1100 | 0 | 100110 | 1001 | 1010000 | 1000010 | 1001010 |
Color Harmonies of #CBE88F
Complementary color
Monochromatic Colors of #CBE88F
Black with #CBE88F
Text Example
Text Example
White with #CBE88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE88F; }
p { color: rgb(203,232,143); }
H1.HeaderClassName
{
color: #CBE88F;
}
.AnyTagClassName
{
color: #CBE88F;
}
</style>
background-color css
<style>
a { background-color: #CBE88F; }
a { background-color: rgb(203,232,143); }
div.DivClassName
{
background-color: #CBE88F;
}
.BgClassName
{
background-color: #CBE88F;
}
</style>
border-color css
<style>
span { border-color: #CBE88F; }
span { border-color: rgb(203,232,143); }
td.TdClassName
{
border-color: #CBE88F;
}
.TagClassName
{
border-color: #CBE88F;
}
</style>