Html Css Color HEX #74F16B Screamin' Green

📋 copy color: '#74F16B'

red 116 ◦ green 241 ◦ blue 107

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

Shades of Screamin' Green #74F16B

Tints of Screamin' Green #74F16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 25%
G = 51.94%
B = 23.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#74F16B (or 0x74F16B) is known color: Screamin' Green. HEX triplet: 74, F1 and 6B. RGB value is (116,241,107). Sum of RGB (Red+Green+Blue) = 116+241+107=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #74F16B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F16B is #8B0E94. Grayscale: #BCBCBC. Windows color (decimal): -9113237 or 7074164. OLE color: 7074164.

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

Color convert

RGB 116 241 107 -
CMYK 0.52 0 0.56 0.05
HSL 115.97º 0.83% 0.68% -
HSV(B) 115.97º 0.56% 0.95% -
XYZ 41.31 67.69 24.8 -
YUV 188.35 82.09 76.4 -
System Red Green Blue C M Y K H S L
Decimal 116 241 107 0.52 0 0.56 0.05 115.97 0.83 0.68
Hex 74 F1 6B 34 0 38 5 74 53 44
Octal 164 361 153 64 0 70 5 164 123 104
Binary 1110100 11110001 1101011 110100 0 111000 101 1110100 1010011 1000100

Color Harmonies of #74F16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F16B

Black with #74F16B

Text Example


Text Example

White with #74F16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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