Shades of Sulu #C0DF7A
Tints of Sulu #C0DF7A
RGB
CMYK
RGB Variations
Color information
#C0DF7A (or 0xC0DF7A) is known color: Sulu. HEX triplet: C0, DF and 7A. RGB value is (192,223,122). Sum of RGB (Red+Green+Blue) = 192+223+122=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF7A is #3F2085. Grayscale: #CACACA. Windows color (decimal): -4137094 or 8052672. OLE color: 8052672.
HSL color Cylindrical-coordinate representation of color #C0DF7A: hue angle of 78.42º degrees, saturation: 0.61, 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 #C0DF7A is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 122 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.13 |
| HSL | 78.42º | 0.61% | 0.68% | - |
| HSV(B) | 78.42º | 0.45% | 0.87% | - |
| XYZ | 51.64 | 65.39 | 28.31 | - |
| YUV | 202.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 122 | 0.14 | 0 | 0.45 | 0.13 | 78.42 | 0.61 | 0.68 |
| Hex | C0 | DF | 7A | E | 0 | 2D | D | 4E | 3D | 44 |
| Octal | 300 | 337 | 172 | 16 | 0 | 55 | 15 | 116 | 75 | 104 |
| Binary | 11000000 | 11011111 | 1111010 | 1110 | 0 | 101101 | 1101 | 1001110 | 111101 | 1000100 |
Color Harmonies of #C0DF7A
Complementary color
Monochromatic Colors of #C0DF7A
Black with #C0DF7A
Text Example
Text Example
White with #C0DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF7A; }
p { color: rgb(192,223,122); }
H1.HeaderClassName
{
color: #C0DF7A;
}
.AnyTagClassName
{
color: #C0DF7A;
}
</style>
background-color css
<style>
a { background-color: #C0DF7A; }
a { background-color: rgb(192,223,122); }
div.DivClassName
{
background-color: #C0DF7A;
}
.BgClassName
{
background-color: #C0DF7A;
}
</style>
border-color css
<style>
span { border-color: #C0DF7A; }
span { border-color: rgb(192,223,122); }
td.TdClassName
{
border-color: #C0DF7A;
}
.TagClassName
{
border-color: #C0DF7A;
}
</style>