#75EF50

Color #75EF50 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #75EF50

Tints of Screamin' Green #75EF50

Color information

#75EF50 (or 0x75EF50) is unknown color: approx Screamin' Green. HEX triplet: 75, EF and 50. RGB value is (117,239,80). Sum of RGB (Red+Green+Blue) = 117+239+80=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EF50 is #8A10AF. Grayscale: #B8B8B8. Windows color (decimal): -9048240 or 5304181. OLE color: 5304181.

HSL color Cylindrical-coordinate representation of color #75EF50: hue angle of 106.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75EF50 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB11723980-
CMYK0.5100.670.06
HSL106.04º83.25%62.55%-
HSV(B)106.04º66.53%93.73%-
XYZ39.6566.0918.26-
YUV184.469.0879.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 239 (93.75% from 255) = 54.82%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=26.83%
G=54.82%
B=18.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal117239800.5100.670.06106.0483.2562.55
Hex75EF503304366a533f
Octal165357120630103615212377
Binary11101011110111110100001100110100001111011010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75EF50; }

 p { color: rgb(117,239,80); }

 H1.HeaderClassName
 {
   color: #75EF50;
 }
 .AnyTagClassName
 {
   color: #75EF50;
 }
</style>
background-color css

<style>
 a { background-color: #75EF50; }

 a { background-color: rgb(117,239,80); }

 div.DivClassName
 {
   background-color: #75EF50;
 }
 .BgClassName
 {
   background-color: #75EF50;
 }
</style>
border-color css

<style>
 span { border-color: #75EF50; }

 span { border-color: rgb(117,239,80); }

 td.TdClassName
 {
   border-color: #75EF50;
 }
 .TagClassName
 {
   border-color: #75EF50;
 }
</style>