Shades of Sulu #CBEB74
Tints of Sulu #CBEB74
RGB
CMYK
RGB Variations
Color information
#CBEB74 (or 0xCBEB74) is known color: Sulu. HEX triplet: CB, EB and 74. RGB value is (203,235,116). Sum of RGB (Red+Green+Blue) = 203+235+116=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB74 is #34148B. Grayscale: #D4D4D4. Windows color (decimal): -3413132 or 7662539. OLE color: 7662539.
HSL color Cylindrical-coordinate representation of color #CBEB74: hue angle of 76.13º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBEB74 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 116 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.08 |
| HSL | 76.13º | 0.75% | 0.69% | - |
| HSV(B) | 76.13º | 0.51% | 0.92% | - |
| XYZ | 57.49 | 73.37 | 27.66 | - |
| YUV | 211.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 116 | 0.14 | 0 | 0.51 | 0.08 | 76.13 | 0.75 | 0.69 |
| Hex | CB | EB | 74 | E | 0 | 33 | 8 | 4C | 4B | 45 |
| Octal | 313 | 353 | 164 | 16 | 0 | 63 | 10 | 114 | 113 | 105 |
| Binary | 11001011 | 11101011 | 1110100 | 1110 | 0 | 110011 | 1000 | 1001100 | 1001011 | 1000101 |
Color Harmonies of #CBEB74
Complementary color
Monochromatic Colors of #CBEB74
Black with #CBEB74
Text Example
Text Example
White with #CBEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB74; }
p { color: rgb(203,235,116); }
H1.HeaderClassName
{
color: #CBEB74;
}
.AnyTagClassName
{
color: #CBEB74;
}
</style>
background-color css
<style>
a { background-color: #CBEB74; }
a { background-color: rgb(203,235,116); }
div.DivClassName
{
background-color: #CBEB74;
}
.BgClassName
{
background-color: #CBEB74;
}
</style>
border-color css
<style>
span { border-color: #CBEB74; }
span { border-color: rgb(203,235,116); }
td.TdClassName
{
border-color: #CBEB74;
}
.TagClassName
{
border-color: #CBEB74;
}
</style>