Shades of Sulu #CBE374
Tints of Sulu #CBE374
RGB
CMYK
RGB Variations
Color information
#CBE374 (or 0xCBE374) is known color: Sulu. HEX triplet: CB, E3 and 74. RGB value is (203,227,116). Sum of RGB (Red+Green+Blue) = 203+227+116=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE374 is #341C8B. Grayscale: #CFCFCF. Windows color (decimal): -3415180 or 7660491. OLE color: 7660491.
HSL color Cylindrical-coordinate representation of color #CBE374: hue angle of 72.97º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBE374 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 116 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.11 |
| HSL | 72.97º | 0.66% | 0.67% | - |
| HSV(B) | 72.97º | 0.49% | 0.89% | - |
| XYZ | 55.25 | 68.9 | 26.91 | - |
| YUV | 207.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 116 | 0.11 | 0 | 0.49 | 0.11 | 72.97 | 0.66 | 0.67 |
| Hex | CB | E3 | 74 | B | 0 | 31 | B | 49 | 42 | 43 |
| Octal | 313 | 343 | 164 | 13 | 0 | 61 | 13 | 111 | 102 | 103 |
| Binary | 11001011 | 11100011 | 1110100 | 1011 | 0 | 110001 | 1011 | 1001001 | 1000010 | 1000011 |
Color Harmonies of #CBE374
Complementary color
Monochromatic Colors of #CBE374
Black with #CBE374
Text Example
Text Example
White with #CBE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE374; }
p { color: rgb(203,227,116); }
H1.HeaderClassName
{
color: #CBE374;
}
.AnyTagClassName
{
color: #CBE374;
}
</style>
background-color css
<style>
a { background-color: #CBE374; }
a { background-color: rgb(203,227,116); }
div.DivClassName
{
background-color: #CBE374;
}
.BgClassName
{
background-color: #CBE374;
}
</style>
border-color css
<style>
span { border-color: #CBE374; }
span { border-color: rgb(203,227,116); }
td.TdClassName
{
border-color: #CBE374;
}
.TagClassName
{
border-color: #CBE374;
}
</style>