Html Css Color HEX #74F960 Screamin' Green

📋 copy color: '#74F960'

red 116 ◦ green 249 ◦ blue 96

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

Shades of Screamin' Green #74F960

Tints of Screamin' Green #74F960

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.01%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 25.16%
G = 54.01%
B = 20.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#74F960 (or 0x74F960) is known color: Screamin' Green. HEX triplet: 74, F9 and 60. RGB value is (116,249,96). Sum of RGB (Red+Green+Blue) = 116+249+96=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #74F960 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F960 is #8B069F. Grayscale: #C0C0C0. Windows color (decimal): -9111200 or 6355316. OLE color: 6355316.

HSL color Cylindrical-coordinate representation of color #74F960: hue angle of 112.16º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74F960 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 249 96 -
CMYK 0.53 0 0.61 0.02
HSL 112.16º 0.93% 0.68% -
HSV(B) 112.16º 0.61% 0.98% -
XYZ 43.19 72.31 22.75 -
YUV 191.79 73.94 73.94 -
System Red Green Blue C M Y K H S L
Decimal 116 249 96 0.53 0 0.61 0.02 112.16 0.93 0.68
Hex 74 F9 60 35 0 3D 2 70 5D 44
Octal 164 371 140 65 0 75 2 160 135 104
Binary 1110100 11111001 1100000 110101 0 111101 10 1110000 1011101 1000100

Color Harmonies of #74F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F960

Black with #74F960

Text Example


Text Example

White with #74F960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,249,96); }

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

background-color css

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

 a { background-color: rgb(116,249,96); }

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

border-color css

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

 span { border-color: rgb(116,249,96); }

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