Shades of Sulu #CBE77B
Tints of Sulu #CBE77B
RGB
CMYK
RGB Variations
Color information
#CBE77B (or 0xCBE77B) is known color: Sulu. HEX triplet: CB, E7 and 7B. RGB value is (203,231,123). Sum of RGB (Red+Green+Blue) = 203+231+123=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE77B is #341884. Grayscale: #D2D2D2. Windows color (decimal): -3414149 or 8120267. OLE color: 8120267.
HSL color Cylindrical-coordinate representation of color #CBE77B: hue angle of 75.56º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBE77B is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 123 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.09 |
| HSL | 75.56º | 0.69% | 0.69% | - |
| HSV(B) | 75.56º | 0.47% | 0.91% | - |
| XYZ | 56.78 | 71.28 | 29.5 | - |
| YUV | 210.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 123 | 0.12 | 0 | 0.47 | 0.09 | 75.56 | 0.69 | 0.69 |
| Hex | CB | E7 | 7B | C | 0 | 2F | 9 | 4C | 45 | 45 |
| Octal | 313 | 347 | 173 | 14 | 0 | 57 | 11 | 114 | 105 | 105 |
| Binary | 11001011 | 11100111 | 1111011 | 1100 | 0 | 101111 | 1001 | 1001100 | 1000101 | 1000101 |
Color Harmonies of #CBE77B
Complementary color
Monochromatic Colors of #CBE77B
Black with #CBE77B
Text Example
Text Example
White with #CBE77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE77B; }
p { color: rgb(203,231,123); }
H1.HeaderClassName
{
color: #CBE77B;
}
.AnyTagClassName
{
color: #CBE77B;
}
</style>
background-color css
<style>
a { background-color: #CBE77B; }
a { background-color: rgb(203,231,123); }
div.DivClassName
{
background-color: #CBE77B;
}
.BgClassName
{
background-color: #CBE77B;
}
</style>
border-color css
<style>
span { border-color: #CBE77B; }
span { border-color: rgb(203,231,123); }
td.TdClassName
{
border-color: #CBE77B;
}
.TagClassName
{
border-color: #CBE77B;
}
</style>