Shades of Sulu #C2DE78
Tints of Sulu #C2DE78
RGB
CMYK
RGB Variations
Color information
#C2DE78 (or 0xC2DE78) is known color: Sulu. HEX triplet: C2, DE and 78. RGB value is (194,222,120). Sum of RGB (Red+Green+Blue) = 194+222+120=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE78 is #3D2187. Grayscale: #CACACA. Windows color (decimal): -4006280 or 7921346. OLE color: 7921346.
HSL color Cylindrical-coordinate representation of color #C2DE78: hue angle of 76.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2DE78 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 120 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.13 |
| HSL | 76.47º | 0.61% | 0.67% | - |
| HSV(B) | 76.47º | 0.46% | 0.87% | - |
| XYZ | 51.76 | 65.07 | 27.6 | - |
| YUV | 202 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 120 | 0.13 | 0 | 0.46 | 0.13 | 76.47 | 0.61 | 0.67 |
| Hex | C2 | DE | 78 | D | 0 | 2E | D | 4C | 3D | 43 |
| Octal | 302 | 336 | 170 | 15 | 0 | 56 | 15 | 114 | 75 | 103 |
| Binary | 11000010 | 11011110 | 1111000 | 1101 | 0 | 101110 | 1101 | 1001100 | 111101 | 1000011 |
Color Harmonies of #C2DE78
Complementary color
Monochromatic Colors of #C2DE78
Black with #C2DE78
Text Example
Text Example
White with #C2DE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE78; }
p { color: rgb(194,222,120); }
H1.HeaderClassName
{
color: #C2DE78;
}
.AnyTagClassName
{
color: #C2DE78;
}
</style>
background-color css
<style>
a { background-color: #C2DE78; }
a { background-color: rgb(194,222,120); }
div.DivClassName
{
background-color: #C2DE78;
}
.BgClassName
{
background-color: #C2DE78;
}
</style>
border-color css
<style>
span { border-color: #C2DE78; }
span { border-color: rgb(194,222,120); }
td.TdClassName
{
border-color: #C2DE78;
}
.TagClassName
{
border-color: #C2DE78;
}
</style>