Shades of Sulu #CBE971
Tints of Sulu #CBE971
RGB
CMYK
RGB Variations
Color information
#CBE971 (or 0xCBE971) is known color: Sulu. HEX triplet: CB, E9 and 71. RGB value is (203,233,113). Sum of RGB (Red+Green+Blue) = 203+233+113=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE971 is #34168E. Grayscale: #D2D2D2. Windows color (decimal): -3413647 or 7465419. OLE color: 7465419.
HSL color Cylindrical-coordinate representation of color #CBE971: hue angle of 75º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE971 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 113 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.09 |
| HSL | 75º | 0.73% | 0.68% | - |
| HSV(B) | 75º | 0.52% | 0.91% | - |
| XYZ | 56.75 | 72.17 | 26.56 | - |
| YUV | 210.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 113 | 0.13 | 0 | 0.52 | 0.09 | 75 | 0.73 | 0.68 |
| Hex | CB | E9 | 71 | D | 0 | 34 | 9 | 4B | 49 | 44 |
| Octal | 313 | 351 | 161 | 15 | 0 | 64 | 11 | 113 | 111 | 104 |
| Binary | 11001011 | 11101001 | 1110001 | 1101 | 0 | 110100 | 1001 | 1001011 | 1001001 | 1000100 |
Color Harmonies of #CBE971
Complementary color
Monochromatic Colors of #CBE971
Black with #CBE971
Text Example
Text Example
White with #CBE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE971; }
p { color: rgb(203,233,113); }
H1.HeaderClassName
{
color: #CBE971;
}
.AnyTagClassName
{
color: #CBE971;
}
</style>
background-color css
<style>
a { background-color: #CBE971; }
a { background-color: rgb(203,233,113); }
div.DivClassName
{
background-color: #CBE971;
}
.BgClassName
{
background-color: #CBE971;
}
</style>
border-color css
<style>
span { border-color: #CBE971; }
span { border-color: rgb(203,233,113); }
td.TdClassName
{
border-color: #CBE971;
}
.TagClassName
{
border-color: #CBE971;
}
</style>