Html Css Color HEX #86F626 Chartreuse

📋 copy color: '#86F626'

red 134 ◦ green 246 ◦ blue 38

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

Shades of Chartreuse #86F626

Tints of Chartreuse #86F626

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.85%

 BLUE value IS 38 (15.23% from 255) = 9.09%

R = 32.06%
G = 58.85%
B = 9.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#86F626 (or 0x86F626) is known color: Chartreuse. HEX triplet: 86, F6 and 26. RGB value is (134,246,38). Sum of RGB (Red+Green+Blue) = 134+246+38=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #86F626 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F626 is #7909D9. Grayscale: #BDBDBD. Windows color (decimal): -7932378 or 2553478. OLE color: 2553478.

HSL color Cylindrical-coordinate representation of color #86F626: hue angle of 92.31º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86F626 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 246 38 -
CMYK 0.46 0 0.85 0.04
HSL 92.31º 0.92% 0.56% -
HSV(B) 92.31º 0.85% 0.96% -
XYZ 43.14 71.12 13.29 -
YUV 188.8 42.89 88.91 -
System Red Green Blue C M Y K H S L
Decimal 134 246 38 0.46 0 0.85 0.04 92.31 0.92 0.56
Hex 86 F6 26 2E 0 55 4 5C 5C 38
Octal 206 366 46 56 0 125 4 134 134 70
Binary 10000110 11110110 100110 101110 0 1010101 100 1011100 1011100 111000

Color Harmonies of #86F626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F626

Black with #86F626

Text Example


Text Example

White with #86F626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,246,38); }

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

background-color css

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

 a { background-color: rgb(134,246,38); }

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

border-color css

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

 span { border-color: rgb(134,246,38); }

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