Shades of Yellow Green #74D626
Tints of Yellow Green #74D626
RGB
CMYK
RGB Variations
Color information
#74D626 (or 0x74D626) is known color: Yellow Green. HEX triplet: 74, D6 and 26. RGB value is (116,214,38). Sum of RGB (Red+Green+Blue) = 116+214+38=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #74D626 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D626 is #8B29D9. Grayscale: #A5A5A5. Windows color (decimal): -9120218 or 2545268. OLE color: 2545268.
HSL color Cylindrical-coordinate representation of color #74D626: hue angle of 93.41º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74D626 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 38 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.16 |
| HSL | 93.41º | 0.7% | 0.49% | - |
| HSV(B) | 93.41º | 0.82% | 0.84% | - |
| XYZ | 31.6 | 51.95 | 10.19 | - |
| YUV | 164.63 | 56.53 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 38 | 0.46 | 0 | 0.82 | 0.16 | 93.41 | 0.7 | 0.49 |
| Hex | 74 | D6 | 26 | 2E | 0 | 52 | 10 | 5D | 46 | 31 |
| Octal | 164 | 326 | 46 | 56 | 0 | 122 | 20 | 135 | 106 | 61 |
| Binary | 1110100 | 11010110 | 100110 | 101110 | 0 | 1010010 | 10000 | 1011101 | 1000110 | 110001 |
Color Harmonies of #74D626
Complementary color
Monochromatic Colors of #74D626
Black with #74D626
Text Example
Text Example
White with #74D626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D626; }
p { color: rgb(116,214,38); }
H1.HeaderClassName
{
color: #74D626;
}
.AnyTagClassName
{
color: #74D626;
}
</style>
background-color css
<style>
a { background-color: #74D626; }
a { background-color: rgb(116,214,38); }
div.DivClassName
{
background-color: #74D626;
}
.BgClassName
{
background-color: #74D626;
}
</style>
border-color css
<style>
span { border-color: #74D626; }
span { border-color: rgb(116,214,38); }
td.TdClassName
{
border-color: #74D626;
}
.TagClassName
{
border-color: #74D626;
}
</style>