Shades of Sulu #CBE77E
Tints of Sulu #CBE77E
RGB
CMYK
RGB Variations
Color information
#CBE77E (or 0xCBE77E) is known color: Sulu. HEX triplet: CB, E7 and 7E. RGB value is (203,231,126). Sum of RGB (Red+Green+Blue) = 203+231+126=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE77E is #341881. Grayscale: #D3D3D3. Windows color (decimal): -3414146 or 8316875. OLE color: 8316875.
HSL color Cylindrical-coordinate representation of color #CBE77E: hue angle of 76º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBE77E is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 126 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.09 |
| HSL | 76º | 0.69% | 0.7% | - |
| HSV(B) | 76º | 0.45% | 0.91% | - |
| XYZ | 56.97 | 71.35 | 30.51 | - |
| YUV | 210.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 126 | 0.12 | 0 | 0.45 | 0.09 | 76 | 0.69 | 0.7 |
| Hex | CB | E7 | 7E | C | 0 | 2D | 9 | 4C | 45 | 46 |
| Octal | 313 | 347 | 176 | 14 | 0 | 55 | 11 | 114 | 105 | 106 |
| Binary | 11001011 | 11100111 | 1111110 | 1100 | 0 | 101101 | 1001 | 1001100 | 1000101 | 1000110 |
Color Harmonies of #CBE77E
Complementary color
Monochromatic Colors of #CBE77E
Black with #CBE77E
Text Example
Text Example
White with #CBE77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE77E; }
p { color: rgb(203,231,126); }
H1.HeaderClassName
{
color: #CBE77E;
}
.AnyTagClassName
{
color: #CBE77E;
}
</style>
background-color css
<style>
a { background-color: #CBE77E; }
a { background-color: rgb(203,231,126); }
div.DivClassName
{
background-color: #CBE77E;
}
.BgClassName
{
background-color: #CBE77E;
}
</style>
border-color css
<style>
span { border-color: #CBE77E; }
span { border-color: rgb(203,231,126); }
td.TdClassName
{
border-color: #CBE77E;
}
.TagClassName
{
border-color: #CBE77E;
}
</style>