#74ED48

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

Shades of Screamin' Green #74ED48

Tints of Screamin' Green #74ED48

Color information

#74ED48 (or 0x74ED48) is unknown color: approx Screamin' Green. HEX triplet: 74, ED and 48. RGB value is (116,237,72). Sum of RGB (Red+Green+Blue) = 116+237+72=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 237 (92.97% from 255 or 55.76% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 237 - color contains mainly: green. Hex color #74ED48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74ED48 is #8B12B7. Grayscale: #B6B6B6. Windows color (decimal): -9114296 or 4779380. OLE color: 4779380.

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

Color convert

RGB11623772-
CMYK0.5100.700.07
HSL104º82.09%60.59%-
HSV(B)104º69.62%92.94%-
XYZ38.6664.7516.59-
YUV182.0165.9180.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 237 (92.97% from 255) = 55.76%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=27.29%
G=55.76%
B=16.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal116237720.5100.700.0710482.0960.59
Hex74ED4833046768523d
Octal164355110630106715012275
Binary11101001110110110010001100110100011011111010001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74ED48; }

 p { color: rgb(116,237,72); }

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

<style>
 a { background-color: #74ED48; }

 a { background-color: rgb(116,237,72); }

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

<style>
 span { border-color: #74ED48; }

 span { border-color: rgb(116,237,72); }

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