Html Css Color HEX #74F14D Screamin' Green

📋 copy color: '#74F14D'

red 116 ◦ green 241 ◦ blue 77

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

Shades of Screamin' Green #74F14D

Tints of Screamin' Green #74F14D

RGB

 RED value IS 116 (45.7% from 255) = 26.73%

 GREEN value IS 241 (94.53% from 255) = 55.53%

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 26.73%
G = 55.53%
B = 17.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#74F14D (or 0x74F14D) is known color: Screamin' Green. HEX triplet: 74, F1 and 4D. RGB value is (116,241,77). Sum of RGB (Red+Green+Blue) = 116+241+77=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #74F14D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F14D is #8B0EB2. Grayscale: #B9B9B9. Windows color (decimal): -9113267 or 5108084. OLE color: 5108084.

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

Color convert

RGB 116 241 77 -
CMYK 0.52 0 0.68 0.05
HSL 105.73º 0.85% 0.62% -
HSV(B) 105.73º 0.68% 0.95% -
XYZ 40 67.16 17.88 -
YUV 184.93 67.09 78.84 -
System Red Green Blue C M Y K H S L
Decimal 116 241 77 0.52 0 0.68 0.05 105.73 0.85 0.62
Hex 74 F1 4D 34 0 44 5 6A 55 3E
Octal 164 361 115 64 0 104 5 152 125 76
Binary 1110100 11110001 1001101 110100 0 1000100 101 1101010 1010101 111110

Color Harmonies of #74F14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F14D

Black with #74F14D

Text Example


Text Example

White with #74F14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,241,77); }

 H1.HeaderClassName
 {
   color: #74F14D;
 }
 .AnyTagClassName
 {
   color: #74F14D;
 }
</style>

background-color css

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

 a { background-color: rgb(116,241,77); }

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

border-color css

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

 span { border-color: rgb(116,241,77); }

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