Shades of Sulu #CBE38F
Tints of Sulu #CBE38F
RGB
CMYK
RGB Variations
Color information
#CBE38F (or 0xCBE38F) is known color: Sulu. HEX triplet: CB, E3 and 8F. RGB value is (203,227,143). Sum of RGB (Red+Green+Blue) = 203+227+143=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE38F is #341C70. Grayscale: #D2D2D2. Windows color (decimal): -3415153 or 9429963. OLE color: 9429963.
HSL color Cylindrical-coordinate representation of color #CBE38F: hue angle of 77.14º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE38F is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 143 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.11 |
| HSL | 77.14º | 0.6% | 0.73% | - |
| HSV(B) | 77.14º | 0.37% | 0.89% | - |
| XYZ | 57.06 | 69.62 | 36.42 | - |
| YUV | 210.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 143 | 0.11 | 0 | 0.37 | 0.11 | 77.14 | 0.6 | 0.73 |
| Hex | CB | E3 | 8F | B | 0 | 25 | B | 4D | 3C | 49 |
| Octal | 313 | 343 | 217 | 13 | 0 | 45 | 13 | 115 | 74 | 111 |
| Binary | 11001011 | 11100011 | 10001111 | 1011 | 0 | 100101 | 1011 | 1001101 | 111100 | 1001001 |
Color Harmonies of #CBE38F
Complementary color
Monochromatic Colors of #CBE38F
Black with #CBE38F
Text Example
Text Example
White with #CBE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE38F; }
p { color: rgb(203,227,143); }
H1.HeaderClassName
{
color: #CBE38F;
}
.AnyTagClassName
{
color: #CBE38F;
}
</style>
background-color css
<style>
a { background-color: #CBE38F; }
a { background-color: rgb(203,227,143); }
div.DivClassName
{
background-color: #CBE38F;
}
.BgClassName
{
background-color: #CBE38F;
}
</style>
border-color css
<style>
span { border-color: #CBE38F; }
span { border-color: rgb(203,227,143); }
td.TdClassName
{
border-color: #CBE38F;
}
.TagClassName
{
border-color: #CBE38F;
}
</style>