Shades of Yellow Green #74DC23
Tints of Yellow Green #74DC23
RGB
CMYK
RGB Variations
Color information
#74DC23 (or 0x74DC23) is known color: Yellow Green. HEX triplet: 74, DC and 23. RGB value is (116,220,35). Sum of RGB (Red+Green+Blue) = 116+220+35=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC23 is #8B23DC. Grayscale: #A8A8A8. Windows color (decimal): -9118685 or 2350196. OLE color: 2350196.
HSL color Cylindrical-coordinate representation of color #74DC23: hue angle of 93.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74DC23 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 35 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.14 |
| HSL | 93.73º | 0.73% | 0.5% | - |
| HSV(B) | 93.73º | 0.84% | 0.86% | - |
| XYZ | 33.1 | 55.02 | 10.47 | - |
| YUV | 167.81 | 53.04 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 35 | 0.47 | 0 | 0.84 | 0.14 | 93.73 | 0.73 | 0.5 |
| Hex | 74 | DC | 23 | 2F | 0 | 54 | E | 5E | 49 | 32 |
| Octal | 164 | 334 | 43 | 57 | 0 | 124 | 16 | 136 | 111 | 62 |
| Binary | 1110100 | 11011100 | 100011 | 101111 | 0 | 1010100 | 1110 | 1011110 | 1001001 | 110010 |
Color Harmonies of #74DC23
Complementary color
Monochromatic Colors of #74DC23
Black with #74DC23
Text Example
Text Example
White with #74DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC23; }
p { color: rgb(116,220,35); }
H1.HeaderClassName
{
color: #74DC23;
}
.AnyTagClassName
{
color: #74DC23;
}
</style>
background-color css
<style>
a { background-color: #74DC23; }
a { background-color: rgb(116,220,35); }
div.DivClassName
{
background-color: #74DC23;
}
.BgClassName
{
background-color: #74DC23;
}
</style>
border-color css
<style>
span { border-color: #74DC23; }
span { border-color: rgb(116,220,35); }
td.TdClassName
{
border-color: #74DC23;
}
.TagClassName
{
border-color: #74DC23;
}
</style>