Html Css Color HEX #74F261 Screamin' Green

📋 copy color: '#74F261'

red 116 ◦ green 242 ◦ blue 97

#74F261
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #74F261

Tints of Screamin' Green #74F261

RGB

 RED value IS 116 (45.7% 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 value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#74F261 (or 0x74F261) is known color: 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

RGB 116 242 97 -
CMYK 0.52 0 0.60 0.05
HSL 112.14º 0.85% 0.66% -
HSV(B) 112.14º 0.6% 0.95% -
XYZ 41.11 68.08 22.28 -
YUV 187.8 76.76 76.79 -
System Red Green Blue C M Y K H S L
Decimal 116 242 97 0.52 0 0.60 0.05 112.14 0.85 0.66
Hex 74 F2 61 34 0 3C 5 70 55 42
Octal 164 362 141 64 0 74 5 160 125 102
Binary 1110100 11110010 1100001 110100 0 111100 101 1110000 1010101 1000010

Color Harmonies of #74F261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F261

Black with #74F261

Text Example


Text Example

White with #74F261

Text Example


Text Example

HTML Codes & Css Web 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>