Html Css Color HEX #86F920 Chartreuse

📋 copy color: '#86F920'

red 134 ◦ green 249 ◦ blue 32

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

Shades of Chartreuse #86F920

Tints of Chartreuse #86F920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 60%

 BLUE value IS 32 (12.89% from 255) = 7.71%

R = 32.29%
G = 60%
B = 7.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#86F920 (or 0x86F920) is known color: Chartreuse. HEX triplet: 86, F9 and 20. RGB value is (134,249,32). Sum of RGB (Red+Green+Blue) = 134+249+32=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #86F920 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F920 is #7906DF. Grayscale: #BEBEBE. Windows color (decimal): -7931616 or 2161030. OLE color: 2161030.

HSL color Cylindrical-coordinate representation of color #86F920: hue angle of 91.8º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86F920 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 249 32 -
CMYK 0.46 0 0.87 0.02
HSL 91.8º 0.95% 0.55% -
HSV(B) 91.8º 0.87% 0.98% -
XYZ 43.97 72.92 13.12 -
YUV 189.88 38.9 88.14 -
System Red Green Blue C M Y K H S L
Decimal 134 249 32 0.46 0 0.87 0.02 91.8 0.95 0.55
Hex 86 F9 20 2E 0 57 2 5C 5F 37
Octal 206 371 40 56 0 127 2 134 137 67
Binary 10000110 11111001 100000 101110 0 1010111 10 1011100 1011111 110111

Color Harmonies of #86F920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F920

Black with #86F920

Text Example


Text Example

White with #86F920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,249,32); }

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

background-color css

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

 a { background-color: rgb(134,249,32); }

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

border-color css

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

 span { border-color: rgb(134,249,32); }

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