Shades of Sulu #CBE17C
Tints of Sulu #CBE17C
RGB
CMYK
RGB Variations
Color information
#CBE17C (or 0xCBE17C) is known color: Sulu. HEX triplet: CB, E1 and 7C. RGB value is (203,225,124). Sum of RGB (Red+Green+Blue) = 203+225+124=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE17C is #341E83. Grayscale: #CFCFCF. Windows color (decimal): -3415684 or 8184267. OLE color: 8184267.
HSL color Cylindrical-coordinate representation of color #CBE17C: hue angle of 73.07º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBE17C is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 124 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.12 |
| HSL | 73.07º | 0.63% | 0.68% | - |
| HSV(B) | 73.07º | 0.45% | 0.88% | - |
| XYZ | 55.19 | 68 | 29.29 | - |
| YUV | 206.91 | 81.21 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 124 | 0.10 | 0 | 0.45 | 0.12 | 73.07 | 0.63 | 0.68 |
| Hex | CB | E1 | 7C | A | 0 | 2D | C | 49 | 3F | 44 |
| Octal | 313 | 341 | 174 | 12 | 0 | 55 | 14 | 111 | 77 | 104 |
| Binary | 11001011 | 11100001 | 1111100 | 1010 | 0 | 101101 | 1100 | 1001001 | 111111 | 1000100 |
Color Harmonies of #CBE17C
Complementary color
Monochromatic Colors of #CBE17C
Black with #CBE17C
Text Example
Text Example
White with #CBE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE17C; }
p { color: rgb(203,225,124); }
H1.HeaderClassName
{
color: #CBE17C;
}
.AnyTagClassName
{
color: #CBE17C;
}
</style>
background-color css
<style>
a { background-color: #CBE17C; }
a { background-color: rgb(203,225,124); }
div.DivClassName
{
background-color: #CBE17C;
}
.BgClassName
{
background-color: #CBE17C;
}
</style>
border-color css
<style>
span { border-color: #CBE17C; }
span { border-color: rgb(203,225,124); }
td.TdClassName
{
border-color: #CBE17C;
}
.TagClassName
{
border-color: #CBE17C;
}
</style>