Html Css Color HEX #86FB02 Chartreuse

📋 copy color: '#86FB02'

red 134 ◦ green 251 ◦ blue 2

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

Shades of Chartreuse #86FB02

Tints of Chartreuse #86FB02

RGB

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

 GREEN value IS 251 (98.44% from 255) = 64.86%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 34.63%
G = 64.86%
B = 0.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#86FB02 (or 0x86FB02) is known color: Chartreuse. HEX triplet: 86, FB and 02. RGB value is (134,251,2). Sum of RGB (Red+Green+Blue) = 134+251+2=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 251 (98.44% from 255 or 64.86% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FB02 is #7904FD. Grayscale: #BCBCBC. Windows color (decimal): -7931134 or 195462. OLE color: 195462.

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

Color convert

RGB 134 251 2 -
CMYK 0.47 0 0.99 0.02
HSL 88.19º 0.98% 0.5% -
HSV(B) 88.19º 0.99% 0.98% -
XYZ 44.34 74.07 12.02 -
YUV 187.63 23.24 89.75 -
System Red Green Blue C M Y K H S L
Decimal 134 251 2 0.47 0 0.99 0.02 88.19 0.98 0.5
Hex 86 FB 2 2F 0 63 2 58 62 32
Octal 206 373 2 57 0 143 2 130 142 62
Binary 10000110 11111011 10 101111 0 1100011 10 1011000 1100010 110010

Color Harmonies of #86FB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FB02

Black with #86FB02

Text Example


Text Example

White with #86FB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,251,2); }

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

background-color css

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

 a { background-color: rgb(134,251,2); }

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

border-color css

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

 span { border-color: rgb(134,251,2); }

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