Shades of Sulu #C0DF8B
Tints of Sulu #C0DF8B
RGB
CMYK
RGB Variations
Color information
#C0DF8B (or 0xC0DF8B) is known color: Sulu. HEX triplet: C0, DF and 8B. RGB value is (192,223,139). Sum of RGB (Red+Green+Blue) = 192+223+139=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DF8B is #3F2074. Grayscale: #CCCCCC. Windows color (decimal): -4137077 or 9166784. OLE color: 9166784.
HSL color Cylindrical-coordinate representation of color #C0DF8B: hue angle of 82.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0DF8B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 139 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.13 |
| HSL | 82.14º | 0.57% | 0.71% | - |
| HSV(B) | 82.14º | 0.38% | 0.87% | - |
| XYZ | 52.79 | 65.85 | 34.35 | - |
| YUV | 204.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 139 | 0.14 | 0 | 0.38 | 0.13 | 82.14 | 0.57 | 0.71 |
| Hex | C0 | DF | 8B | E | 0 | 26 | D | 52 | 39 | 47 |
| Octal | 300 | 337 | 213 | 16 | 0 | 46 | 15 | 122 | 71 | 107 |
| Binary | 11000000 | 11011111 | 10001011 | 1110 | 0 | 100110 | 1101 | 1010010 | 111001 | 1000111 |
Color Harmonies of #C0DF8B
Complementary color
Monochromatic Colors of #C0DF8B
Black with #C0DF8B
Text Example
Text Example
White with #C0DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF8B; }
p { color: rgb(192,223,139); }
H1.HeaderClassName
{
color: #C0DF8B;
}
.AnyTagClassName
{
color: #C0DF8B;
}
</style>
background-color css
<style>
a { background-color: #C0DF8B; }
a { background-color: rgb(192,223,139); }
div.DivClassName
{
background-color: #C0DF8B;
}
.BgClassName
{
background-color: #C0DF8B;
}
</style>
border-color css
<style>
span { border-color: #C0DF8B; }
span { border-color: rgb(192,223,139); }
td.TdClassName
{
border-color: #C0DF8B;
}
.TagClassName
{
border-color: #C0DF8B;
}
</style>