#74ED4B

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

Shades of Screamin' Green #74ED4B

Tints of Screamin' Green #74ED4B

Color information

#74ED4B (or 0x74ED4B) is unknown color: approx Screamin' Green. HEX triplet: 74, ED and 4B. RGB value is (116,237,75). Sum of RGB (Red+Green+Blue) = 116+237+75=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #74ED4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74ED4B is #8B12B4. Grayscale: #B6B6B6. Windows color (decimal): -9114293 or 4975988. OLE color: 4975988.

HSL color Cylindrical-coordinate representation of color #74ED4B: hue angle of 104.81º 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 #74ED4B is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB11623775-
CMYK0.5100.680.07
HSL104.81º81.82%61.18%-
HSV(B)104.81º68.35%92.94%-
XYZ38.7664.7917.12-
YUV182.3567.4180.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 237 (92.97% from 255) = 55.37%
BLUE value IS 75 (29.69% from 255) = 17.52%
R=27.10%
G=55.37%
B=17.52%

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
Decimal116237750.5100.680.07104.8181.8261.18
Hex74ED4B33044769523d
Octal164355113630104715112275
Binary11101001110110110010111100110100010011111010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ED4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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