Shades of Sulu #C0DF83
Tints of Sulu #C0DF83
RGB
CMYK
RGB Variations
Color information
#C0DF83 (or 0xC0DF83) is known color: Sulu. HEX triplet: C0, DF and 83. RGB value is (192,223,131). Sum of RGB (Red+Green+Blue) = 192+223+131=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DF83 is #3F207C. Grayscale: #CBCBCB. Windows color (decimal): -4137085 or 8642496. OLE color: 8642496.
HSL color Cylindrical-coordinate representation of color #C0DF83: hue angle of 80.22º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0DF83 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 131 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.13 |
| HSL | 80.22º | 0.59% | 0.69% | - |
| HSV(B) | 80.22º | 0.41% | 0.87% | - |
| XYZ | 52.22 | 65.62 | 31.39 | - |
| YUV | 203.24 | 87.23 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 131 | 0.14 | 0 | 0.41 | 0.13 | 80.22 | 0.59 | 0.69 |
| Hex | C0 | DF | 83 | E | 0 | 29 | D | 50 | 3B | 45 |
| Octal | 300 | 337 | 203 | 16 | 0 | 51 | 15 | 120 | 73 | 105 |
| Binary | 11000000 | 11011111 | 10000011 | 1110 | 0 | 101001 | 1101 | 1010000 | 111011 | 1000101 |
Color Harmonies of #C0DF83
Complementary color
Monochromatic Colors of #C0DF83
Black with #C0DF83
Text Example
Text Example
White with #C0DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF83; }
p { color: rgb(192,223,131); }
H1.HeaderClassName
{
color: #C0DF83;
}
.AnyTagClassName
{
color: #C0DF83;
}
</style>
background-color css
<style>
a { background-color: #C0DF83; }
a { background-color: rgb(192,223,131); }
div.DivClassName
{
background-color: #C0DF83;
}
.BgClassName
{
background-color: #C0DF83;
}
</style>
border-color css
<style>
span { border-color: #C0DF83; }
span { border-color: rgb(192,223,131); }
td.TdClassName
{
border-color: #C0DF83;
}
.TagClassName
{
border-color: #C0DF83;
}
</style>