Shades of Sulu #C0D78A
Tints of Sulu #C0D78A
RGB
CMYK
RGB Variations
Color information
#C0D78A (or 0xC0D78A) is known color: Sulu. HEX triplet: C0, D7 and 8A. RGB value is (192,215,138). Sum of RGB (Red+Green+Blue) = 192+215+138=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D78A is #3F2875. Grayscale: #C7C7C7. Windows color (decimal): -4139126 or 9099200. OLE color: 9099200.
HSL color Cylindrical-coordinate representation of color #C0D78A: hue angle of 77.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0D78A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 138 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.16 |
| HSL | 77.92º | 0.49% | 0.69% | - |
| HSV(B) | 77.92º | 0.36% | 0.84% | - |
| XYZ | 50.63 | 61.64 | 33.27 | - |
| YUV | 199.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 138 | 0.11 | 0 | 0.36 | 0.16 | 77.92 | 0.49 | 0.69 |
| Hex | C0 | D7 | 8A | B | 0 | 24 | 10 | 4E | 31 | 45 |
| Octal | 300 | 327 | 212 | 13 | 0 | 44 | 20 | 116 | 61 | 105 |
| Binary | 11000000 | 11010111 | 10001010 | 1011 | 0 | 100100 | 10000 | 1001110 | 110001 | 1000101 |
Color Harmonies of #C0D78A
Complementary color
Monochromatic Colors of #C0D78A
Black with #C0D78A
Text Example
Text Example
White with #C0D78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D78A; }
p { color: rgb(192,215,138); }
H1.HeaderClassName
{
color: #C0D78A;
}
.AnyTagClassName
{
color: #C0D78A;
}
</style>
background-color css
<style>
a { background-color: #C0D78A; }
a { background-color: rgb(192,215,138); }
div.DivClassName
{
background-color: #C0D78A;
}
.BgClassName
{
background-color: #C0D78A;
}
</style>
border-color css
<style>
span { border-color: #C0D78A; }
span { border-color: rgb(192,215,138); }
td.TdClassName
{
border-color: #C0D78A;
}
.TagClassName
{
border-color: #C0D78A;
}
</style>