Html Css Color HEX #86FB14 Chartreuse

📋 copy color: '#86FB14'

red 134 ◦ green 251 ◦ blue 20

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

Shades of Chartreuse #86FB14

Tints of Chartreuse #86FB14

RGB

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

 GREEN value IS 251 (98.44% from 255) = 61.98%

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 33.09%
G = 61.98%
B = 4.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#86FB14 (or 0x86FB14) is known color: Chartreuse. HEX triplet: 86, FB and 14. RGB value is (134,251,20). Sum of RGB (Red+Green+Blue) = 134+251+20=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 251 (98.44% from 255 or 61.98% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FB14 is #7904EB. Grayscale: #BEBEBE. Windows color (decimal): -7931116 or 1375110. OLE color: 1375110.

HSL color Cylindrical-coordinate representation of color #86FB14: hue angle of 90.39º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86FB14 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 251 20 -
CMYK 0.47 0 0.92 0.02
HSL 90.39º 0.97% 0.53% -
HSV(B) 90.39º 0.92% 0.98% -
XYZ 44.45 74.11 12.62 -
YUV 189.68 32.24 88.28 -
System Red Green Blue C M Y K H S L
Decimal 134 251 20 0.47 0 0.92 0.02 90.39 0.97 0.53
Hex 86 FB 14 2F 0 5C 2 5A 61 35
Octal 206 373 24 57 0 134 2 132 141 65
Binary 10000110 11111011 10100 101111 0 1011100 10 1011010 1100001 110101

Color Harmonies of #86FB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FB14

Black with #86FB14

Text Example


Text Example

White with #86FB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,251,20); }

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

background-color css

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

 a { background-color: rgb(134,251,20); }

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

border-color css

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

 span { border-color: rgb(134,251,20); }

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