Shades of Screamin' Green #45EF4D
Tints of Screamin' Green #45EF4D
RGB
CMYK
RGB Variations
Color information
#45EF4D (or 0x45EF4D) is known color: Screamin' Green. HEX triplet: 45, EF and 4D. RGB value is (69,239,77). Sum of RGB (Red+Green+Blue) = 69+239+77=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 239 (93.75% from 255 or 62.08% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EF4D is #BA10B2. Grayscale: #AAAAAA. Windows color (decimal): -12193971 or 5107525. OLE color: 5107525.
HSL color Cylindrical-coordinate representation of color #45EF4D: hue angle of 122.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EF4D is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 77 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.06 |
| HSL | 122.82º | 0.84% | 0.6% | - |
| HSV(B) | 122.82º | 0.71% | 0.94% | - |
| XYZ | 34.66 | 63.53 | 17.46 | - |
| YUV | 169.7 | 75.68 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 77 | 0.71 | 0 | 0.68 | 0.06 | 122.82 | 0.84 | 0.6 |
| Hex | 45 | EF | 4D | 47 | 0 | 44 | 6 | 7B | 54 | 3C |
| Octal | 105 | 357 | 115 | 107 | 0 | 104 | 6 | 173 | 124 | 74 |
| Binary | 1000101 | 11101111 | 1001101 | 1000111 | 0 | 1000100 | 110 | 1111011 | 1010100 | 111100 |
Color Harmonies of #45EF4D
Complementary color
Monochromatic Colors of #45EF4D
Black with #45EF4D
Text Example
Text Example
White with #45EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF4D; }
p { color: rgb(69,239,77); }
H1.HeaderClassName
{
color: #45EF4D;
}
.AnyTagClassName
{
color: #45EF4D;
}
</style>
background-color css
<style>
a { background-color: #45EF4D; }
a { background-color: rgb(69,239,77); }
div.DivClassName
{
background-color: #45EF4D;
}
.BgClassName
{
background-color: #45EF4D;
}
</style>
border-color css
<style>
span { border-color: #45EF4D; }
span { border-color: rgb(69,239,77); }
td.TdClassName
{
border-color: #45EF4D;
}
.TagClassName
{
border-color: #45EF4D;
}
</style>