Shades of Screamin' Green #75F23C
Tints of Screamin' Green #75F23C
RGB
CMYK
RGB Variations
Color information
#75F23C (or 0x75F23C) is known color: Screamin' Green. HEX triplet: 75, F2 and 3C. RGB value is (117,242,60). Sum of RGB (Red+Green+Blue) = 117+242+60=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #75F23C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F23C is #8A0DC3. Grayscale: #B8B8B8. Windows color (decimal): -9047492 or 3994229. OLE color: 3994229.
HSL color Cylindrical-coordinate representation of color #75F23C: hue angle of 101.21º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75F23C is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 242 | 60 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.05 |
| HSL | 101.21º | 0.88% | 0.59% | - |
| HSV(B) | 101.21º | 0.75% | 0.95% | - |
| XYZ | 39.9 | 67.61 | 15.22 | - |
| YUV | 183.88 | 58.09 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 242 | 60 | 0.52 | 0 | 0.75 | 0.05 | 101.21 | 0.88 | 0.59 |
| Hex | 75 | F2 | 3C | 34 | 0 | 4B | 5 | 65 | 58 | 3B |
| Octal | 165 | 362 | 74 | 64 | 0 | 113 | 5 | 145 | 130 | 73 |
| Binary | 1110101 | 11110010 | 111100 | 110100 | 0 | 1001011 | 101 | 1100101 | 1011000 | 111011 |
Color Harmonies of #75F23C
Complementary color
Monochromatic Colors of #75F23C
Black with #75F23C
Text Example
Text Example
White with #75F23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F23C; }
p { color: rgb(117,242,60); }
H1.HeaderClassName
{
color: #75F23C;
}
.AnyTagClassName
{
color: #75F23C;
}
</style>
background-color css
<style>
a { background-color: #75F23C; }
a { background-color: rgb(117,242,60); }
div.DivClassName
{
background-color: #75F23C;
}
.BgClassName
{
background-color: #75F23C;
}
</style>
border-color css
<style>
span { border-color: #75F23C; }
span { border-color: rgb(117,242,60); }
td.TdClassName
{
border-color: #75F23C;
}
.TagClassName
{
border-color: #75F23C;
}
</style>