Shades of Sulu #C0DF74
Tints of Sulu #C0DF74
RGB
CMYK
RGB Variations
Color information
#C0DF74 (or 0xC0DF74) is known color: Sulu. HEX triplet: C0, DF and 74. RGB value is (192,223,116). Sum of RGB (Red+Green+Blue) = 192+223+116=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF74 is #3F208B. Grayscale: #C9C9C9. Windows color (decimal): -4137100 or 7659456. OLE color: 7659456.
HSL color Cylindrical-coordinate representation of color #C0DF74: hue angle of 77.38º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0DF74 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 116 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.13 |
| HSL | 77.38º | 0.63% | 0.66% | - |
| HSV(B) | 77.38º | 0.48% | 0.87% | - |
| XYZ | 51.28 | 65.24 | 26.41 | - |
| YUV | 201.53 | 79.73 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 116 | 0.14 | 0 | 0.48 | 0.13 | 77.38 | 0.63 | 0.66 |
| Hex | C0 | DF | 74 | E | 0 | 30 | D | 4D | 3F | 42 |
| Octal | 300 | 337 | 164 | 16 | 0 | 60 | 15 | 115 | 77 | 102 |
| Binary | 11000000 | 11011111 | 1110100 | 1110 | 0 | 110000 | 1101 | 1001101 | 111111 | 1000010 |
Color Harmonies of #C0DF74
Complementary color
Monochromatic Colors of #C0DF74
Black with #C0DF74
Text Example
Text Example
White with #C0DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF74; }
p { color: rgb(192,223,116); }
H1.HeaderClassName
{
color: #C0DF74;
}
.AnyTagClassName
{
color: #C0DF74;
}
</style>
background-color css
<style>
a { background-color: #C0DF74; }
a { background-color: rgb(192,223,116); }
div.DivClassName
{
background-color: #C0DF74;
}
.BgClassName
{
background-color: #C0DF74;
}
</style>
border-color css
<style>
span { border-color: #C0DF74; }
span { border-color: rgb(192,223,116); }
td.TdClassName
{
border-color: #C0DF74;
}
.TagClassName
{
border-color: #C0DF74;
}
</style>