Shades of Sulu #C6DF80
Tints of Sulu #C6DF80
RGB
CMYK
RGB Variations
Color information
#C6DF80 (or 0xC6DF80) is known color: Sulu. HEX triplet: C6, DF and 80. RGB value is (198,223,128). Sum of RGB (Red+Green+Blue) = 198+223+128=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DF80 is #39207F. Grayscale: #CDCDCD. Windows color (decimal): -3743872 or 8445894. OLE color: 8445894.
HSL color Cylindrical-coordinate representation of color #C6DF80: hue angle of 75.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6DF80 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 128 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.13 |
| HSL | 75.79º | 0.6% | 0.69% | - |
| HSV(B) | 75.79º | 0.43% | 0.87% | - |
| XYZ | 53.57 | 66.34 | 30.4 | - |
| YUV | 204.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 128 | 0.11 | 0 | 0.43 | 0.13 | 75.79 | 0.6 | 0.69 |
| Hex | C6 | DF | 80 | B | 0 | 2B | D | 4C | 3C | 45 |
| Octal | 306 | 337 | 200 | 13 | 0 | 53 | 15 | 114 | 74 | 105 |
| Binary | 11000110 | 11011111 | 10000000 | 1011 | 0 | 101011 | 1101 | 1001100 | 111100 | 1000101 |
Color Harmonies of #C6DF80
Complementary color
Monochromatic Colors of #C6DF80
Black with #C6DF80
Text Example
Text Example
White with #C6DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF80; }
p { color: rgb(198,223,128); }
H1.HeaderClassName
{
color: #C6DF80;
}
.AnyTagClassName
{
color: #C6DF80;
}
</style>
background-color css
<style>
a { background-color: #C6DF80; }
a { background-color: rgb(198,223,128); }
div.DivClassName
{
background-color: #C6DF80;
}
.BgClassName
{
background-color: #C6DF80;
}
</style>
border-color css
<style>
span { border-color: #C6DF80; }
span { border-color: rgb(198,223,128); }
td.TdClassName
{
border-color: #C6DF80;
}
.TagClassName
{
border-color: #C6DF80;
}
</style>