Html Css Color HEX #74FF4A Screamin' Green

📋 copy color: '#74FF4A'

red 116 ◦ green 255 ◦ blue 74

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

Shades of Screamin' Green #74FF4A

Tints of Screamin' Green #74FF4A

RGB

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

 GREEN value IS 255 (100% from 255) = 57.3%

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

R = 26.07%
G = 57.3%
B = 16.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#74FF4A (or 0x74FF4A) is known color: Screamin' Green. HEX triplet: 74, FF and 4A. RGB value is (116,255,74). Sum of RGB (Red+Green+Blue) = 116+255+74=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FF4A is #8B00B5. Grayscale: #C1C1C1. Windows color (decimal): -9109686 or 4915060. OLE color: 4915060.

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

Color convert

RGB 116 255 74 -
CMYK 0.55 0 0.71 0
HSL 106.08º 1% 0.65% -
HSV(B) 106.08º 0.71% 1% -
XYZ 44.2 75.73 18.77 -
YUV 192.81 60.95 73.22 -
System Red Green Blue C M Y K H S L
Decimal 116 255 74 0.55 0 0.71 0 106.08 1 0.65
Hex 74 FF 4A 37 0 47 0 6A 64 41
Octal 164 377 112 67 0 107 0 152 144 101
Binary 1110100 11111111 1001010 110111 0 1000111 0 1101010 1100100 1000001

Color Harmonies of #74FF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FF4A

Black with #74FF4A

Text Example


Text Example

White with #74FF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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