Shades of Sulu #C2DF80
Tints of Sulu #C2DF80
RGB
CMYK
RGB Variations
Color information
#C2DF80 (or 0xC2DF80) is known color: Sulu. HEX triplet: C2, DF and 80. RGB value is (194,223,128). Sum of RGB (Red+Green+Blue) = 194+223+128=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DF80 is #3D207F. Grayscale: #CBCBCB. Windows color (decimal): -4006016 or 8445890. OLE color: 8445890.
HSL color Cylindrical-coordinate representation of color #C2DF80: hue angle of 78.32º 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 #C2DF80 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 128 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.13 |
| HSL | 78.32º | 0.6% | 0.69% | - |
| HSV(B) | 78.32º | 0.43% | 0.87% | - |
| XYZ | 52.53 | 65.8 | 30.35 | - |
| YUV | 203.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 128 | 0.13 | 0 | 0.43 | 0.13 | 78.32 | 0.6 | 0.69 |
| Hex | C2 | DF | 80 | D | 0 | 2B | D | 4E | 3C | 45 |
| Octal | 302 | 337 | 200 | 15 | 0 | 53 | 15 | 116 | 74 | 105 |
| Binary | 11000010 | 11011111 | 10000000 | 1101 | 0 | 101011 | 1101 | 1001110 | 111100 | 1000101 |
Color Harmonies of #C2DF80
Complementary color
Monochromatic Colors of #C2DF80
Black with #C2DF80
Text Example
Text Example
White with #C2DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF80; }
p { color: rgb(194,223,128); }
H1.HeaderClassName
{
color: #C2DF80;
}
.AnyTagClassName
{
color: #C2DF80;
}
</style>
background-color css
<style>
a { background-color: #C2DF80; }
a { background-color: rgb(194,223,128); }
div.DivClassName
{
background-color: #C2DF80;
}
.BgClassName
{
background-color: #C2DF80;
}
</style>
border-color css
<style>
span { border-color: #C2DF80; }
span { border-color: rgb(194,223,128); }
td.TdClassName
{
border-color: #C2DF80;
}
.TagClassName
{
border-color: #C2DF80;
}
</style>