Shades of Sulu #C6DE7B
Tints of Sulu #C6DE7B
RGB
CMYK
RGB Variations
Color information
#C6DE7B (or 0xC6DE7B) is known color: Sulu. HEX triplet: C6, DE and 7B. RGB value is (198,222,123). Sum of RGB (Red+Green+Blue) = 198+222+123=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DE7B is #392184. Grayscale: #CBCBCB. Windows color (decimal): -3744133 or 8117958. OLE color: 8117958.
HSL color Cylindrical-coordinate representation of color #C6DE7B: hue angle of 74.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6DE7B is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 222 | 123 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.13 |
| HSL | 74.55º | 0.6% | 0.68% | - |
| HSV(B) | 74.55º | 0.45% | 0.87% | - |
| XYZ | 52.99 | 65.68 | 28.62 | - |
| YUV | 203.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 123 | 0.11 | 0 | 0.45 | 0.13 | 74.55 | 0.6 | 0.68 |
| Hex | C6 | DE | 7B | B | 0 | 2D | D | 4B | 3C | 44 |
| Octal | 306 | 336 | 173 | 13 | 0 | 55 | 15 | 113 | 74 | 104 |
| Binary | 11000110 | 11011110 | 1111011 | 1011 | 0 | 101101 | 1101 | 1001011 | 111100 | 1000100 |
Color Harmonies of #C6DE7B
Complementary color
Monochromatic Colors of #C6DE7B
Black with #C6DE7B
Text Example
Text Example
White with #C6DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DE7B; }
p { color: rgb(198,222,123); }
H1.HeaderClassName
{
color: #C6DE7B;
}
.AnyTagClassName
{
color: #C6DE7B;
}
</style>
background-color css
<style>
a { background-color: #C6DE7B; }
a { background-color: rgb(198,222,123); }
div.DivClassName
{
background-color: #C6DE7B;
}
.BgClassName
{
background-color: #C6DE7B;
}
</style>
border-color css
<style>
span { border-color: #C6DE7B; }
span { border-color: rgb(198,222,123); }
td.TdClassName
{
border-color: #C6DE7B;
}
.TagClassName
{
border-color: #C6DE7B;
}
</style>