Shades of Sulu #CBDD7E
Tints of Sulu #CBDD7E
RGB
CMYK
RGB Variations
Color information
#CBDD7E (or 0xCBDD7E) is known color: Sulu. HEX triplet: CB, DD and 7E. RGB value is (203,221,126). Sum of RGB (Red+Green+Blue) = 203+221+126=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD7E is #342281. Grayscale: #CDCDCD. Windows color (decimal): -3416706 or 8314315. OLE color: 8314315.
HSL color Cylindrical-coordinate representation of color #CBDD7E: hue angle of 71.37º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBDD7E is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 126 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.13 |
| HSL | 71.37º | 0.58% | 0.68% | - |
| HSV(B) | 71.37º | 0.43% | 0.87% | - |
| XYZ | 54.25 | 65.92 | 29.6 | - |
| YUV | 204.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 126 | 0.08 | 0 | 0.43 | 0.13 | 71.37 | 0.58 | 0.68 |
| Hex | CB | DD | 7E | 8 | 0 | 2B | D | 47 | 3A | 44 |
| Octal | 313 | 335 | 176 | 10 | 0 | 53 | 15 | 107 | 72 | 104 |
| Binary | 11001011 | 11011101 | 1111110 | 1000 | 0 | 101011 | 1101 | 1000111 | 111010 | 1000100 |
Color Harmonies of #CBDD7E
Complementary color
Monochromatic Colors of #CBDD7E
Black with #CBDD7E
Text Example
Text Example
White with #CBDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD7E; }
p { color: rgb(203,221,126); }
H1.HeaderClassName
{
color: #CBDD7E;
}
.AnyTagClassName
{
color: #CBDD7E;
}
</style>
background-color css
<style>
a { background-color: #CBDD7E; }
a { background-color: rgb(203,221,126); }
div.DivClassName
{
background-color: #CBDD7E;
}
.BgClassName
{
background-color: #CBDD7E;
}
</style>
border-color css
<style>
span { border-color: #CBDD7E; }
span { border-color: rgb(203,221,126); }
td.TdClassName
{
border-color: #CBDD7E;
}
.TagClassName
{
border-color: #CBDD7E;
}
</style>