Html Css Color HEX #76F601 Lawn Green

📋 copy color: '#76F601'

red 118 ◦ green 246 ◦ blue 1

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

Shades of Lawn Green #76F601

Tints of Lawn Green #76F601

RGB

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

 GREEN value IS 246 (96.48% from 255) = 67.4%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 32.33%
G = 67.4%
B = 0.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#76F601 (or 0x76F601) is known color: Lawn Green. HEX triplet: 76, F6 and 01. RGB value is (118,246,1). Sum of RGB (Red+Green+Blue) = 118+246+1=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 246 (96.48% from 255 or 67.40% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 246 - color contains mainly: green. Hex color #76F601 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F601 is #8909FE. Grayscale: #B4B4B4. Windows color (decimal): -8980991 or 128630. OLE color: 128630.

HSL color Cylindrical-coordinate representation of color #76F601: hue angle of 91.35º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76F601 is Cyan = 0.52, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 246 1 -
CMYK 0.52 0 1.00 0.04
HSL 91.35º 0.99% 0.48% -
HSV(B) 91.35º 1% 0.96% -
XYZ 40.43 69.77 11.36 -
YUV 179.8 27.09 83.92 -
System Red Green Blue C M Y K H S L
Decimal 118 246 1 0.52 0 1.00 0.04 91.35 0.99 0.48
Hex 76 F6 1 34 0 64 4 5B 63 30
Octal 166 366 1 64 0 144 4 133 143 60
Binary 1110110 11110110 1 110100 0 1100100 100 1011011 1100011 110000

Color Harmonies of #76F601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F601

Black with #76F601

Text Example


Text Example

White with #76F601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,246,1); }

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

background-color css

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

 a { background-color: rgb(118,246,1); }

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

border-color css

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

 span { border-color: rgb(118,246,1); }

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