Html Css Color HEX #86F628 Chartreuse

📋 copy color: '#86F628'

red 134 ◦ green 246 ◦ blue 40

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

Shades of Chartreuse #86F628

Tints of Chartreuse #86F628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 31.9%
G = 58.57%
B = 9.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#86F628 (or 0x86F628) is known color: Chartreuse. HEX triplet: 86, F6 and 28. RGB value is (134,246,40). Sum of RGB (Red+Green+Blue) = 134+246+40=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 246 (96.48% from 255 or 58.57% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 246 - color contains mainly: green. Hex color #86F628 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F628 is #7909D7. Grayscale: #BDBDBD. Windows color (decimal): -7932376 or 2684550. OLE color: 2684550.

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

Color convert

RGB 134 246 40 -
CMYK 0.46 0 0.84 0.04
HSL 92.62º 0.92% 0.56% -
HSV(B) 92.62º 0.84% 0.96% -
XYZ 43.17 71.13 13.46 -
YUV 189.03 43.89 88.75 -
System Red Green Blue C M Y K H S L
Decimal 134 246 40 0.46 0 0.84 0.04 92.62 0.92 0.56
Hex 86 F6 28 2E 0 54 4 5D 5C 38
Octal 206 366 50 56 0 124 4 135 134 70
Binary 10000110 11110110 101000 101110 0 1010100 100 1011101 1011100 111000

Color Harmonies of #86F628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F628

Black with #86F628

Text Example


Text Example

White with #86F628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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