Html Css Color HEX #86F01D Lawn Green

📋 copy color: '#86F01D'

red 134 ◦ green 240 ◦ blue 29

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

Shades of Lawn Green #86F01D

Tints of Lawn Green #86F01D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.55%

 BLUE value IS 29 (11.72% from 255) = 7.2%

R = 33.25%
G = 59.55%
B = 7.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#86F01D (or 0x86F01D) is known color: Lawn Green. HEX triplet: 86, F0 and 1D. RGB value is (134,240,29). Sum of RGB (Red+Green+Blue) = 134+240+29=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #86F01D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F01D is #790FE2. Grayscale: #B8B8B8. Windows color (decimal): -7933923 or 1962118. OLE color: 1962118.

HSL color Cylindrical-coordinate representation of color #86F01D: hue angle of 90.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86F01D is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 240 29 -
CMYK 0.44 0 0.88 0.06
HSL 90.14º 0.88% 0.53% -
HSV(B) 90.14º 0.88% 0.94% -
XYZ 41.21 67.48 12.01 -
YUV 184.25 40.38 92.16 -
System Red Green Blue C M Y K H S L
Decimal 134 240 29 0.44 0 0.88 0.06 90.14 0.88 0.53
Hex 86 F0 1D 2C 0 58 6 5A 58 35
Octal 206 360 35 54 0 130 6 132 130 65
Binary 10000110 11110000 11101 101100 0 1011000 110 1011010 1011000 110101

Color Harmonies of #86F01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F01D

Black with #86F01D

Text Example


Text Example

White with #86F01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,240,29); }

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

background-color css

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

 a { background-color: rgb(134,240,29); }

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

border-color css

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

 span { border-color: rgb(134,240,29); }

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