Html Css Color HEX #86DF04 Lawn Green

📋 copy color: '#86DF04'

red 134 ◦ green 223 ◦ blue 4

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

Shades of Lawn Green #86DF04

Tints of Lawn Green #86DF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.77%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 37.12%
G = 61.77%
B = 1.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#86DF04 (or 0x86DF04) is known color: Lawn Green. HEX triplet: 86, DF and 04. RGB value is (134,223,4). Sum of RGB (Red+Green+Blue) = 134+223+4=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DF04 is #7920FB. Grayscale: #ACACAC. Windows color (decimal): -7938300 or 319366. OLE color: 319366.

HSL color Cylindrical-coordinate representation of color #86DF04: hue angle of 84.38º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86DF04 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 4 -
CMYK 0.40 0 0.98 0.13
HSL 84.38º 0.96% 0.45% -
HSV(B) 84.38º 0.98% 0.87% -
XYZ 36.24 57.85 9.37 -
YUV 171.42 33.51 101.31 -
System Red Green Blue C M Y K H S L
Decimal 134 223 4 0.40 0 0.98 0.13 84.38 0.96 0.45
Hex 86 DF 4 28 0 62 D 54 60 2D
Octal 206 337 4 50 0 142 15 124 140 55
Binary 10000110 11011111 100 101000 0 1100010 1101 1010100 1100000 101101

Color Harmonies of #86DF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF04

Black with #86DF04

Text Example


Text Example

White with #86DF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,223,4); }

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

background-color css

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

 a { background-color: rgb(134,223,4); }

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

border-color css

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

 span { border-color: rgb(134,223,4); }

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