Html Css Color HEX #86FC28 Chartreuse

📋 copy color: '#86FC28'

red 134 ◦ green 252 ◦ blue 40

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

Shades of Chartreuse #86FC28

Tints of Chartreuse #86FC28

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.15%

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

R = 31.46%
G = 59.15%
B = 9.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#86FC28 (or 0x86FC28) is known color: Chartreuse. HEX triplet: 86, FC and 28. RGB value is (134,252,40). Sum of RGB (Red+Green+Blue) = 134+252+40=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FC28 is #7903D7. Grayscale: #C1C1C1. Windows color (decimal): -7930840 or 2686086. OLE color: 2686086.

HSL color Cylindrical-coordinate representation of color #86FC28: hue angle of 93.4º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86FC28 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 252 40 -
CMYK 0.47 0 0.84 0.01
HSL 93.4º 0.97% 0.57% -
HSV(B) 93.4º 0.84% 0.99% -
XYZ 45.02 74.84 14.08 -
YUV 192.55 41.91 86.24 -
System Red Green Blue C M Y K H S L
Decimal 134 252 40 0.47 0 0.84 0.01 93.4 0.97 0.57
Hex 86 FC 28 2F 0 54 1 5D 61 39
Octal 206 374 50 57 0 124 1 135 141 71
Binary 10000110 11111100 101000 101111 0 1010100 1 1011101 1100001 111001

Color Harmonies of #86FC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FC28

Black with #86FC28

Text Example


Text Example

White with #86FC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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