Html Css Color HEX #86FD1C Chartreuse

📋 copy color: '#86FD1C'

red 134 ◦ green 253 ◦ blue 28

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

Shades of Chartreuse #86FD1C

Tints of Chartreuse #86FD1C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.96%

 BLUE value IS 28 (11.33% from 255) = 6.75%

R = 32.29%
G = 60.96%
B = 6.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#86FD1C (or 0x86FD1C) is known color: Chartreuse. HEX triplet: 86, FD and 1C. RGB value is (134,253,28). Sum of RGB (Red+Green+Blue) = 134+253+28=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 253 (99.22% from 255 or 60.96% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FD1C is #7902E3. Grayscale: #C0C0C0. Windows color (decimal): -7930596 or 1899910. OLE color: 1899910.

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

Color convert

RGB 134 253 28 -
CMYK 0.47 0 0.89 0.01
HSL 91.73º 0.98% 0.55% -
HSV(B) 91.73º 0.89% 0.99% -
XYZ 45.17 75.4 13.27 -
YUV 191.77 35.58 86.8 -
System Red Green Blue C M Y K H S L
Decimal 134 253 28 0.47 0 0.89 0.01 91.73 0.98 0.55
Hex 86 FD 1C 2F 0 59 1 5C 62 37
Octal 206 375 34 57 0 131 1 134 142 67
Binary 10000110 11111101 11100 101111 0 1011001 1 1011100 1100010 110111

Color Harmonies of #86FD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FD1C

Black with #86FD1C

Text Example


Text Example

White with #86FD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,253,28); }

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

background-color css

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

 a { background-color: rgb(134,253,28); }

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

border-color css

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

 span { border-color: rgb(134,253,28); }

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