#75FD73

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

Shades of Screamin' Green #75FD73

Tints of Screamin' Green #75FD73

Color information

#75FD73 (or 0x75FD73) is unknown color: approx Screamin' Green. HEX triplet: 75, FD and 73. RGB value is (117,253,115). Sum of RGB (Red+Green+Blue) = 117+253+115=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #75FD73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FD73 is #8A028C. Grayscale: #C5C5C5. Windows color (decimal): -9044621 or 7601525. OLE color: 7601525.

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

Color convert

RGB117253115-
CMYK0.5400.550.01
HSL119.13º97.18%72.16%-
HSV(B)119.13º54.55%99.22%-
XYZ45.5675.2728.35-
YUV196.681.9471.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 253 (99.22% from 255) = 52.16%
BLUE value IS 115 (45.31% from 255) = 23.71%
R=24.12%
G=52.16%
B=23.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172531150.5400.550.01119.1397.1872.16
Hex75FD73360371776148
Octal165375163660671167141110
Binary111010111111101111001111011001101111111011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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