Html Css Color HEX #74FE4A Screamin' Green

📋 copy color: '#74FE4A'

red 116 ◦ green 254 ◦ blue 74

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

Shades of Screamin' Green #74FE4A

Tints of Screamin' Green #74FE4A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.21%

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 26.13%
G = 57.21%
B = 16.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#74FE4A (or 0x74FE4A) is known color: Screamin' Green. HEX triplet: 74, FE and 4A. RGB value is (116,254,74). Sum of RGB (Red+Green+Blue) = 116+254+74=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FE4A is #8B01B5. Grayscale: #C0C0C0. Windows color (decimal): -9109942 or 4914804. OLE color: 4914804.

HSL color Cylindrical-coordinate representation of color #74FE4A: hue angle of 106º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74FE4A is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 254 74 -
CMYK 0.54 0 0.71 0.00
HSL 106º 0.99% 0.64% -
HSV(B) 106º 0.71% 1% -
XYZ 43.88 75.09 18.66 -
YUV 192.22 61.28 73.64 -
System Red Green Blue C M Y K H S L
Decimal 116 254 74 0.54 0 0.71 0.00 106 0.99 0.64
Hex 74 FE 4A 36 0 47 0 6A 63 40
Octal 164 376 112 66 0 107 0 152 143 100
Binary 1110100 11111110 1001010 110110 0 1000111 0 1101010 1100011 1000000

Color Harmonies of #74FE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FE4A

Black with #74FE4A

Text Example


Text Example

White with #74FE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,254,74); }

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

background-color css

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

 a { background-color: rgb(116,254,74); }

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

border-color css

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

 span { border-color: rgb(116,254,74); }

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