#73FF85

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

Shades of Screamin' Green #73FF85

Tints of Screamin' Green #73FF85

Color information

#73FF85 (or 0x73FF85) is unknown color: approx Screamin' Green. HEX triplet: 73, FF and 85. RGB value is (115,255,133). Sum of RGB (Red+Green+Blue) = 115+255+133=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FF85 is #8C007A. Grayscale: #C7C7C7. Windows color (decimal): -9175163 or 8781683. OLE color: 8781683.

HSL color Cylindrical-coordinate representation of color #73FF85: hue angle of 127.71º 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 #73FF85 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB115255133-
CMYK0.5500.480
HSL127.71º100%72.55%-
HSV(B)127.71º54.9%100%-
XYZ47.0676.8634.54-
YUV199.2390.6267.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.86%
GREEN value IS 255 (100% from 255) = 50.70%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=22.86%
G=50.70%
B=26.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1152551330.5500.480127.7110072.55
Hex73FF85370300806449
Octal163377205670600200144111
Binary11100111111111110000101110111011000001000000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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