#73ff73

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

Shades of Screamin' Green #73FF73

Tints of Screamin' Green #73FF73

Color information

#73FF73 (or 0x73FF73) is unknown color: approx Screamin' Green. HEX triplet: 73, FF and 73. RGB value is (115,255,115). Sum of RGB (Red+Green+Blue) = 115+255+115=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FF73 is #8C008C. Grayscale: #C5C5C5. Windows color (decimal): -9175181 or 7602035. OLE color: 7602035.

HSL color Cylindrical-coordinate representation of color #73FF73: hue angle of 120º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FF73 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB115255115-
CMYK0.5500.550
HSL120º100%72.55%-
HSV(B)120º54.9%100%-
XYZ45.9276.428.55-
YUV197.1881.6269.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.71%
GREEN value IS 255 (100% from 255) = 52.58%
BLUE value IS 115 (45.31% from 255) = 23.71%
R=23.71%
G=52.58%
B=23.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1152551150.5500.55012010072.55
Hex73FF73370370786449
Octal163377163670670170144111
Binary111001111111111111001111011101101110111100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ff73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73ff73; }

 p { color: rgb(115,255,115); }

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

<style>
 a { background-color: #73ff73; }

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

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

<style>
 span { border-color: #73ff73; }

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

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