Shades of Sulu #CBE475
Tints of Sulu #CBE475
RGB
CMYK
RGB Variations
Color information
#CBE475 (or 0xCBE475) is known color: Sulu. HEX triplet: CB, E4 and 75. RGB value is (203,228,117). Sum of RGB (Red+Green+Blue) = 203+228+117=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE475 is #341B8A. Grayscale: #D0D0D0. Windows color (decimal): -3414923 or 7726283. OLE color: 7726283.
HSL color Cylindrical-coordinate representation of color #CBE475: hue angle of 73.51º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBE475 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 117 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.11 |
| HSL | 73.51º | 0.67% | 0.68% | - |
| HSV(B) | 73.51º | 0.49% | 0.89% | - |
| XYZ | 55.58 | 69.47 | 27.31 | - |
| YUV | 207.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 117 | 0.11 | 0 | 0.49 | 0.11 | 73.51 | 0.67 | 0.68 |
| Hex | CB | E4 | 75 | B | 0 | 31 | B | 4A | 43 | 44 |
| Octal | 313 | 344 | 165 | 13 | 0 | 61 | 13 | 112 | 103 | 104 |
| Binary | 11001011 | 11100100 | 1110101 | 1011 | 0 | 110001 | 1011 | 1001010 | 1000011 | 1000100 |
Color Harmonies of #CBE475
Complementary color
Monochromatic Colors of #CBE475
Black with #CBE475
Text Example
Text Example
White with #CBE475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE475; }
p { color: rgb(203,228,117); }
H1.HeaderClassName
{
color: #CBE475;
}
.AnyTagClassName
{
color: #CBE475;
}
</style>
background-color css
<style>
a { background-color: #CBE475; }
a { background-color: rgb(203,228,117); }
div.DivClassName
{
background-color: #CBE475;
}
.BgClassName
{
background-color: #CBE475;
}
</style>
border-color css
<style>
span { border-color: #CBE475; }
span { border-color: rgb(203,228,117); }
td.TdClassName
{
border-color: #CBE475;
}
.TagClassName
{
border-color: #CBE475;
}
</style>