Html Css Color HEX #76F140 Screamin' Green

📋 copy color: '#76F140'

red 118 ◦ green 241 ◦ blue 64

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

Shades of Screamin' Green #76F140

Tints of Screamin' Green #76F140

RGB

 RED value IS 118 (46.48% from 255) = 27.9%

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

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 27.9%
G = 56.97%
B = 15.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#76F140 (or 0x76F140) is known color: Screamin' Green. HEX triplet: 76, F1 and 40. RGB value is (118,241,64). Sum of RGB (Red+Green+Blue) = 118+241+64=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #76F140 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F140 is #890EBF. Grayscale: #B8B8B8. Windows color (decimal): -8982208 or 4256118. OLE color: 4256118.

HSL color Cylindrical-coordinate representation of color #76F140: hue angle of 101.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76F140 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 241 64 -
CMYK 0.51 0 0.73 0.05
HSL 101.69º 0.86% 0.6% -
HSV(B) 101.69º 0.73% 0.95% -
XYZ 39.85 67.13 15.71 -
YUV 184.05 60.25 80.89 -
System Red Green Blue C M Y K H S L
Decimal 118 241 64 0.51 0 0.73 0.05 101.69 0.86 0.6
Hex 76 F1 40 33 0 49 5 66 56 3C
Octal 166 361 100 63 0 111 5 146 126 74
Binary 1110110 11110001 1000000 110011 0 1001001 101 1100110 1010110 111100

Color Harmonies of #76F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F140

Black with #76F140

Text Example


Text Example

White with #76F140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76F140; }

 p { color: rgb(118,241,64); }

 H1.HeaderClassName
 {
   color: #76F140;
 }
 .AnyTagClassName
 {
   color: #76F140;
 }
</style>

background-color css

<style>
 a { background-color: #76F140; }

 a { background-color: rgb(118,241,64); }

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

border-color css

<style>
 span { border-color: #76F140; }

 span { border-color: rgb(118,241,64); }

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