#75FE52

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

Shades of Screamin' Green #75FE52

Tints of Screamin' Green #75FE52

Color information

#75FE52 (or 0x75FE52) is unknown color: approx Screamin' Green. HEX triplet: 75, FE and 52. RGB value is (117,254,82). Sum of RGB (Red+Green+Blue) = 117+254+82=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #75FE52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FE52 is #8A01AD. Grayscale: #C1C1C1. Windows color (decimal): -9044398 or 5439093. OLE color: 5439093.

HSL color Cylindrical-coordinate representation of color #75FE52: hue angle of 107.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75FE52 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB11725482-
CMYK0.5400.680.00
HSL107.79º98.85%65.88%-
HSV(B)107.79º67.72%99.61%-
XYZ44.375.2720.18-
YUV193.4365.1173.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 254 (99.61% from 255) = 56.07%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=25.83%
G=56.07%
B=18.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal117254820.5400.680.00107.7998.8565.88
Hex75FE523604406c6342
Octal1653761226601040154143102
Binary1110101111111101010010110110010001000110110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,254,82); }

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

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

 a { background-color: rgb(117,254,82); }

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

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

 span { border-color: rgb(117,254,82); }

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