Shades of Sulu #CBE775
Tints of Sulu #CBE775
RGB
CMYK
RGB Variations
Color information
#CBE775 (or 0xCBE775) is known color: Sulu. HEX triplet: CB, E7 and 75. RGB value is (203,231,117). Sum of RGB (Red+Green+Blue) = 203+231+117=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE775 is #34188A. Grayscale: #D2D2D2. Windows color (decimal): -3414155 or 7727051. OLE color: 7727051.
HSL color Cylindrical-coordinate representation of color #CBE775: hue angle of 74.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBE775 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 117 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.09 |
| HSL | 74.74º | 0.7% | 0.68% | - |
| HSV(B) | 74.74º | 0.49% | 0.91% | - |
| XYZ | 56.42 | 71.13 | 27.59 | - |
| YUV | 209.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 117 | 0.12 | 0 | 0.49 | 0.09 | 74.74 | 0.7 | 0.68 |
| Hex | CB | E7 | 75 | C | 0 | 31 | 9 | 4B | 46 | 44 |
| Octal | 313 | 347 | 165 | 14 | 0 | 61 | 11 | 113 | 106 | 104 |
| Binary | 11001011 | 11100111 | 1110101 | 1100 | 0 | 110001 | 1001 | 1001011 | 1000110 | 1000100 |
Color Harmonies of #CBE775
Complementary color
Monochromatic Colors of #CBE775
Black with #CBE775
Text Example
Text Example
White with #CBE775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE775; }
p { color: rgb(203,231,117); }
H1.HeaderClassName
{
color: #CBE775;
}
.AnyTagClassName
{
color: #CBE775;
}
</style>
background-color css
<style>
a { background-color: #CBE775; }
a { background-color: rgb(203,231,117); }
div.DivClassName
{
background-color: #CBE775;
}
.BgClassName
{
background-color: #CBE775;
}
</style>
border-color css
<style>
span { border-color: #CBE775; }
span { border-color: rgb(203,231,117); }
td.TdClassName
{
border-color: #CBE775;
}
.TagClassName
{
border-color: #CBE775;
}
</style>