Html Css Color HEX #86F81D Chartreuse

📋 copy color: '#86F81D'

red 134 ◦ green 248 ◦ blue 29

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

Shades of Chartreuse #86F81D

Tints of Chartreuse #86F81D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.34%

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

R = 32.6%
G = 60.34%
B = 7.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#86F81D (or 0x86F81D) is known color: Chartreuse. HEX triplet: 86, F8 and 1D. RGB value is (134,248,29). Sum of RGB (Red+Green+Blue) = 134+248+29=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #86F81D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F81D is #7907E2. Grayscale: #BDBDBD. Windows color (decimal): -7931875 or 1964166. OLE color: 1964166.

HSL color Cylindrical-coordinate representation of color #86F81D: hue angle of 91.23º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86F81D is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 134 248 29 -
CMYK 0.46 0 0.88 0.03
HSL 91.23º 0.94% 0.54% -
HSV(B) 91.23º 0.88% 0.97% -
XYZ 43.62 72.29 12.82 -
YUV 188.95 37.73 88.81 -
System Red Green Blue C M Y K H S L
Decimal 134 248 29 0.46 0 0.88 0.03 91.23 0.94 0.54
Hex 86 F8 1D 2E 0 58 3 5B 5E 36
Octal 206 370 35 56 0 130 3 133 136 66
Binary 10000110 11111000 11101 101110 0 1011000 11 1011011 1011110 110110

Color Harmonies of #86F81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F81D

Black with #86F81D

Text Example


Text Example

White with #86F81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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