Shades of Sulu #CBE674
Tints of Sulu #CBE674
RGB
CMYK
RGB Variations
Color information
#CBE674 (or 0xCBE674) is known color: Sulu. HEX triplet: CB, E6 and 74. RGB value is (203,230,116). Sum of RGB (Red+Green+Blue) = 203+230+116=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE674 is #34198B. Grayscale: #D1D1D1. Windows color (decimal): -3414412 or 7661259. OLE color: 7661259.
HSL color Cylindrical-coordinate representation of color #CBE674: hue angle of 74.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBE674 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 116 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.10 |
| HSL | 74.21º | 0.7% | 0.68% | - |
| HSV(B) | 74.21º | 0.5% | 0.9% | - |
| XYZ | 56.08 | 70.55 | 27.19 | - |
| YUV | 208.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 116 | 0.12 | 0 | 0.50 | 0.10 | 74.21 | 0.7 | 0.68 |
| Hex | CB | E6 | 74 | C | 0 | 32 | A | 4A | 46 | 44 |
| Octal | 313 | 346 | 164 | 14 | 0 | 62 | 12 | 112 | 106 | 104 |
| Binary | 11001011 | 11100110 | 1110100 | 1100 | 0 | 110010 | 1010 | 1001010 | 1000110 | 1000100 |
Color Harmonies of #CBE674
Complementary color
Monochromatic Colors of #CBE674
Black with #CBE674
Text Example
Text Example
White with #CBE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE674; }
p { color: rgb(203,230,116); }
H1.HeaderClassName
{
color: #CBE674;
}
.AnyTagClassName
{
color: #CBE674;
}
</style>
background-color css
<style>
a { background-color: #CBE674; }
a { background-color: rgb(203,230,116); }
div.DivClassName
{
background-color: #CBE674;
}
.BgClassName
{
background-color: #CBE674;
}
</style>
border-color css
<style>
span { border-color: #CBE674; }
span { border-color: rgb(203,230,116); }
td.TdClassName
{
border-color: #CBE674;
}
.TagClassName
{
border-color: #CBE674;
}
</style>