#73ED4B

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

Shades of Screamin' Green #73ED4B

Tints of Screamin' Green #73ED4B

Color information

#73ED4B (or 0x73ED4B) is unknown color: approx Screamin' Green. HEX triplet: 73, ED and 4B. RGB value is (115,237,75). Sum of RGB (Red+Green+Blue) = 115+237+75=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 237 (92.97% from 255 or 55.50% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 237 - color contains mainly: green. Hex color #73ED4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73ED4B is #8C12B4. Grayscale: #B6B6B6. Windows color (decimal): -9179829 or 4975987. OLE color: 4975987.

HSL color Cylindrical-coordinate representation of color #73ED4B: hue angle of 105.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73ED4B is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB11523775-
CMYK0.5100.680.07
HSL105.19º81.82%61.18%-
HSV(B)105.19º68.35%92.94%-
XYZ38.6264.7217.11-
YUV182.0567.5880.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.93%
GREEN value IS 237 (92.97% from 255) = 55.50%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=26.93%
G=55.50%
B=17.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal115237750.5100.680.07105.1981.8261.18
Hex73ED4B33044769523d
Octal163355113630104715112275
Binary11100111110110110010111100110100010011111010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ED4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,237,75); }

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

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

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

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

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

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

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