Html Css Color HEX #74F860 Screamin' Green

📋 copy color: '#74F860'

red 116 ◦ green 248 ◦ blue 96

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

Shades of Screamin' Green #74F860

Tints of Screamin' Green #74F860

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.91%

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

R = 25.22%
G = 53.91%
B = 20.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#74F860 (or 0x74F860) is known color: Screamin' Green. HEX triplet: 74, F8 and 60. RGB value is (116,248,96). Sum of RGB (Red+Green+Blue) = 116+248+96=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #74F860 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F860 is #8B079F. Grayscale: #BFBFBF. Windows color (decimal): -9111456 or 6355060. OLE color: 6355060.

HSL color Cylindrical-coordinate representation of color #74F860: hue angle of 112.11º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74F860 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 248 96 -
CMYK 0.53 0 0.61 0.03
HSL 112.11º 0.92% 0.67% -
HSV(B) 112.11º 0.61% 0.97% -
XYZ 42.88 71.69 22.64 -
YUV 191.2 74.27 74.36 -
System Red Green Blue C M Y K H S L
Decimal 116 248 96 0.53 0 0.61 0.03 112.11 0.92 0.67
Hex 74 F8 60 35 0 3D 3 70 5C 43
Octal 164 370 140 65 0 75 3 160 134 103
Binary 1110100 11111000 1100000 110101 0 111101 11 1110000 1011100 1000011

Color Harmonies of #74F860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F860

Black with #74F860

Text Example


Text Example

White with #74F860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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