Html Css Color HEX #86E001 Lawn Green

📋 copy color: '#86E001'

red 134 ◦ green 224 ◦ blue 1

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

Shades of Lawn Green #86E001

Tints of Lawn Green #86E001

RGB

 RED value IS 134 (52.73% from 255) = 37.33%

 GREEN value IS 224 (87.89% from 255) = 62.4%

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

R = 37.33%
G = 62.4%
B = 0.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#86E001 (or 0x86E001) is known color: Lawn Green. HEX triplet: 86, E0 and 01. RGB value is (134,224,1). Sum of RGB (Red+Green+Blue) = 134+224+1=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #86E001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86E001 is #791FFE. Grayscale: #ACACAC. Windows color (decimal): -7938047 or 123014. OLE color: 123014.

HSL color Cylindrical-coordinate representation of color #86E001: hue angle of 84.22º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86E001 is Cyan = 0.40, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 224 1 -
CMYK 0.40 0 1.00 0.12
HSL 84.22º 0.99% 0.44% -
HSV(B) 84.22º 1% 0.88% -
XYZ 36.49 58.38 9.37 -
YUV 171.67 31.68 101.13 -
System Red Green Blue C M Y K H S L
Decimal 134 224 1 0.40 0 1.00 0.12 84.22 0.99 0.44
Hex 86 E0 1 28 0 64 C 54 63 2C
Octal 206 340 1 50 0 144 14 124 143 54
Binary 10000110 11100000 1 101000 0 1100100 1100 1010100 1100011 101100

Color Harmonies of #86E001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E001

Black with #86E001

Text Example


Text Example

White with #86E001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86E001; }

 p { color: rgb(134,224,1); }

 H1.HeaderClassName
 {
   color: #86E001;
 }
 .AnyTagClassName
 {
   color: #86E001;
 }
</style>

background-color css

<style>
 a { background-color: #86E001; }

 a { background-color: rgb(134,224,1); }

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

border-color css

<style>
 span { border-color: #86E001; }

 span { border-color: rgb(134,224,1); }

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