#75FD4A

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

Shades of Screamin' Green #75FD4A

Tints of Screamin' Green #75FD4A

Color information

#75FD4A (or 0x75FD4A) is unknown color: approx Screamin' Green. HEX triplet: 75, FD and 4A. RGB value is (117,253,74). Sum of RGB (Red+Green+Blue) = 117+253+74=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #75FD4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FD4A is #8A02B5. Grayscale: #C0C0C0. Windows color (decimal): -9044662 or 4914549. OLE color: 4914549.

HSL color Cylindrical-coordinate representation of color #75FD4A: hue angle of 105.59º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75FD4A is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB11725374-
CMYK0.5400.710.01
HSL105.59º97.81%64.12%-
HSV(B)105.59º70.75%99.22%-
XYZ43.774.5318.56-
YUV191.9361.4474.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 253 (99.22% from 255) = 56.98%
BLUE value IS 74 (29.30% from 255) = 16.67%
R=26.35%
G=56.98%
B=16.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal117253740.5400.710.01105.5997.8164.12
Hex75FD4A3604716a6240
Octal1653751126601071152142100
Binary1110101111111011001010110110010001111110101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,253,74); }

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

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

 a { background-color: rgb(117,253,74); }

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

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

 span { border-color: rgb(117,253,74); }

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