Html Css Color HEX #86F81B Chartreuse

📋 copy color: '#86F81B'

red 134 ◦ green 248 ◦ blue 27

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

Shades of Chartreuse #86F81B

Tints of Chartreuse #86F81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.6%

R = 32.76%
G = 60.64%
B = 6.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#86F81B (or 0x86F81B) is known color: Chartreuse. HEX triplet: 86, F8 and 1B. RGB value is (134,248,27). Sum of RGB (Red+Green+Blue) = 134+248+27=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 248 (97.27% from 255 or 60.64% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 248 - color contains mainly: green. Hex color #86F81B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F81B is #7907E4. Grayscale: #BDBDBD. Windows color (decimal): -7931877 or 1833094. OLE color: 1833094.

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

Color convert

RGB 134 248 27 -
CMYK 0.46 0 0.89 0.03
HSL 90.95º 0.94% 0.54% -
HSV(B) 90.95º 0.89% 0.97% -
XYZ 43.6 72.28 12.69 -
YUV 188.72 36.73 88.97 -
System Red Green Blue C M Y K H S L
Decimal 134 248 27 0.46 0 0.89 0.03 90.95 0.94 0.54
Hex 86 F8 1B 2E 0 59 3 5B 5E 36
Octal 206 370 33 56 0 131 3 133 136 66
Binary 10000110 11111000 11011 101110 0 1011001 11 1011011 1011110 110110

Color Harmonies of #86F81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F81B

Black with #86F81B

Text Example


Text Example

White with #86F81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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