Shades of Sulu #CBDD7C
Tints of Sulu #CBDD7C
RGB
CMYK
RGB Variations
Color information
#CBDD7C (or 0xCBDD7C) is known color: Sulu. HEX triplet: CB, DD and 7C. RGB value is (203,221,124). Sum of RGB (Red+Green+Blue) = 203+221+124=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD7C is #342283. Grayscale: #CCCCCC. Windows color (decimal): -3416708 or 8183243. OLE color: 8183243.
HSL color Cylindrical-coordinate representation of color #CBDD7C: hue angle of 71.13º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBDD7C is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 124 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.13 |
| HSL | 71.13º | 0.59% | 0.68% | - |
| HSV(B) | 71.13º | 0.44% | 0.87% | - |
| XYZ | 54.12 | 65.86 | 28.93 | - |
| YUV | 204.56 | 82.54 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 124 | 0.08 | 0 | 0.44 | 0.13 | 71.13 | 0.59 | 0.68 |
| Hex | CB | DD | 7C | 8 | 0 | 2C | D | 47 | 3B | 44 |
| Octal | 313 | 335 | 174 | 10 | 0 | 54 | 15 | 107 | 73 | 104 |
| Binary | 11001011 | 11011101 | 1111100 | 1000 | 0 | 101100 | 1101 | 1000111 | 111011 | 1000100 |
Color Harmonies of #CBDD7C
Complementary color
Monochromatic Colors of #CBDD7C
Black with #CBDD7C
Text Example
Text Example
White with #CBDD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD7C; }
p { color: rgb(203,221,124); }
H1.HeaderClassName
{
color: #CBDD7C;
}
.AnyTagClassName
{
color: #CBDD7C;
}
</style>
background-color css
<style>
a { background-color: #CBDD7C; }
a { background-color: rgb(203,221,124); }
div.DivClassName
{
background-color: #CBDD7C;
}
.BgClassName
{
background-color: #CBDD7C;
}
</style>
border-color css
<style>
span { border-color: #CBDD7C; }
span { border-color: rgb(203,221,124); }
td.TdClassName
{
border-color: #CBDD7C;
}
.TagClassName
{
border-color: #CBDD7C;
}
</style>