#75FD6A

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

Shades of Screamin' Green #75FD6A

Tints of Screamin' Green #75FD6A

Color information

#75FD6A (or 0x75FD6A) is unknown color: approx Screamin' Green. HEX triplet: 75, FD and 6A. RGB value is (117,253,106). Sum of RGB (Red+Green+Blue) = 117+253+106=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 253 (99.22% from 255 or 53.15% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 253 - color contains mainly: green. Hex color #75FD6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FD6A is #8A0295. Grayscale: #C4C4C4. Windows color (decimal): -9044630 or 7011701. OLE color: 7011701.

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

Color convert

RGB117253106-
CMYK0.5400.580.01
HSL115.51º97.35%70.39%-
HSV(B)115.51º58.1%99.22%-
XYZ45.0675.0725.75-
YUV195.5877.4471.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 253 (99.22% from 255) = 53.15%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=24.58%
G=53.15%
B=22.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172531060.5400.580.01115.5197.3570.39
Hex75FD6A3603A1746146
Octal165375152660721164141106
Binary111010111111101110101011011001110101111010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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