Shades of Sulu #C0DF8F
Tints of Sulu #C0DF8F
RGB
CMYK
RGB Variations
Color information
#C0DF8F (or 0xC0DF8F) is known color: Sulu. HEX triplet: C0, DF and 8F. RGB value is (192,223,143). Sum of RGB (Red+Green+Blue) = 192+223+143=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DF8F is #3F2070. Grayscale: #CCCCCC. Windows color (decimal): -4137073 or 9428928. OLE color: 9428928.
HSL color Cylindrical-coordinate representation of color #C0DF8F: hue angle of 83.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0DF8F is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 143 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.13 |
| HSL | 83.25º | 0.56% | 0.72% | - |
| HSV(B) | 83.25º | 0.36% | 0.87% | - |
| XYZ | 53.08 | 65.96 | 35.92 | - |
| YUV | 204.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 143 | 0.14 | 0 | 0.36 | 0.13 | 83.25 | 0.56 | 0.72 |
| Hex | C0 | DF | 8F | E | 0 | 24 | D | 53 | 38 | 48 |
| Octal | 300 | 337 | 217 | 16 | 0 | 44 | 15 | 123 | 70 | 110 |
| Binary | 11000000 | 11011111 | 10001111 | 1110 | 0 | 100100 | 1101 | 1010011 | 111000 | 1001000 |
Color Harmonies of #C0DF8F
Complementary color
Monochromatic Colors of #C0DF8F
Black with #C0DF8F
Text Example
Text Example
White with #C0DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF8F; }
p { color: rgb(192,223,143); }
H1.HeaderClassName
{
color: #C0DF8F;
}
.AnyTagClassName
{
color: #C0DF8F;
}
</style>
background-color css
<style>
a { background-color: #C0DF8F; }
a { background-color: rgb(192,223,143); }
div.DivClassName
{
background-color: #C0DF8F;
}
.BgClassName
{
background-color: #C0DF8F;
}
</style>
border-color css
<style>
span { border-color: #C0DF8F; }
span { border-color: rgb(192,223,143); }
td.TdClassName
{
border-color: #C0DF8F;
}
.TagClassName
{
border-color: #C0DF8F;
}
</style>