#74F342

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

Shades of Screamin' Green #74F342

Tints of Screamin' Green #74F342

Color information

#74F342 (or 0x74F342) is unknown color: approx Screamin' Green. HEX triplet: 74, F3 and 42. RGB value is (116,243,66). Sum of RGB (Red+Green+Blue) = 116+243+66=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 243 (95.31% from 255 or 57.18% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 243 - color contains mainly: green. Hex color #74F342 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F342 is #8B0CBD. Grayscale: #B9B9B9. Windows color (decimal): -9112766 or 4387700. OLE color: 4387700.

HSL color Cylindrical-coordinate representation of color #74F342: hue angle of 103.05º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74F342 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB11624366-
CMYK0.5200.730.05
HSL103.05º88.06%60.59%-
HSV(B)103.05º72.84%95.29%-
XYZ40.2468.2116.2-
YUV184.8560.9278.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 243 (95.31% from 255) = 57.18%
BLUE value IS 66 (26.17% from 255) = 15.53%
R=27.29%
G=57.18%
B=15.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116243660.5200.730.05103.0588.0660.59
Hex74F34234049567583d
Octal164363102640111514713075
Binary11101001111001110000101101000100100110111001111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,243,66); }

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

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

 a { background-color: rgb(116,243,66); }

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

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

 span { border-color: rgb(116,243,66); }

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