Shades of Sulu #CBE774
Tints of Sulu #CBE774
RGB
CMYK
RGB Variations
Color information
#CBE774 (or 0xCBE774) is known color: Sulu. HEX triplet: CB, E7 and 74. RGB value is (203,231,116). Sum of RGB (Red+Green+Blue) = 203+231+116=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE774 is #34188B. Grayscale: #D1D1D1. Windows color (decimal): -3414156 or 7661515. OLE color: 7661515.
HSL color Cylindrical-coordinate representation of color #CBE774: hue angle of 74.61º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBE774 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 116 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.09 |
| HSL | 74.61º | 0.71% | 0.68% | - |
| HSV(B) | 74.61º | 0.5% | 0.91% | - |
| XYZ | 56.36 | 71.11 | 27.28 | - |
| YUV | 209.52 | 75.22 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 116 | 0.12 | 0 | 0.50 | 0.09 | 74.61 | 0.71 | 0.68 |
| Hex | CB | E7 | 74 | C | 0 | 32 | 9 | 4B | 47 | 44 |
| Octal | 313 | 347 | 164 | 14 | 0 | 62 | 11 | 113 | 107 | 104 |
| Binary | 11001011 | 11100111 | 1110100 | 1100 | 0 | 110010 | 1001 | 1001011 | 1000111 | 1000100 |
Color Harmonies of #CBE774
Complementary color
Monochromatic Colors of #CBE774
Black with #CBE774
Text Example
Text Example
White with #CBE774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE774; }
p { color: rgb(203,231,116); }
H1.HeaderClassName
{
color: #CBE774;
}
.AnyTagClassName
{
color: #CBE774;
}
</style>
background-color css
<style>
a { background-color: #CBE774; }
a { background-color: rgb(203,231,116); }
div.DivClassName
{
background-color: #CBE774;
}
.BgClassName
{
background-color: #CBE774;
}
</style>
border-color css
<style>
span { border-color: #CBE774; }
span { border-color: rgb(203,231,116); }
td.TdClassName
{
border-color: #CBE774;
}
.TagClassName
{
border-color: #CBE774;
}
</style>