#74F261

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

Shades of Screamin' Green #74F261

Tints of Screamin' Green #74F261

Color information

#74F261 (or 0x74F261) is unknown color: approx Screamin' Green. HEX triplet: 74, F2 and 61. RGB value is (116,242,97). Sum of RGB (Red+Green+Blue) = 116+242+97=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #74F261 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F261 is #8B0D9E. Grayscale: #BCBCBC. Windows color (decimal): -9112991 or 6419060. OLE color: 6419060.

HSL color Cylindrical-coordinate representation of color #74F261: hue angle of 112.14º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74F261 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB11624297-
CMYK0.5200.600.05
HSL112.14º84.8%66.47%-
HSV(B)112.14º59.92%94.9%-
XYZ41.1168.0822.28-
YUV187.876.7676.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 242 (94.92% from 255) = 53.19%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=25.49%
G=53.19%
B=21.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116242970.5200.600.05112.1484.866.47
Hex74F2613403C5705542
Octal164362141640745160125102
Binary11101001111001011000011101000111100101111000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,242,97); }

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

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

 a { background-color: rgb(116,242,97); }

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

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

 span { border-color: rgb(116,242,97); }

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