Html Css Color HEX #86F90F Chartreuse

📋 copy color: '#86F90F'

red 134 ◦ green 249 ◦ blue 15

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

Shades of Chartreuse #86F90F

Tints of Chartreuse #86F90F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.56%

 BLUE value IS 15 (6.25% from 255) = 3.77%

R = 33.67%
G = 62.56%
B = 3.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#86F90F (or 0x86F90F) is known color: Chartreuse. HEX triplet: 86, F9 and 0F. RGB value is (134,249,15). Sum of RGB (Red+Green+Blue) = 134+249+15=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 249 (97.66% from 255 or 62.56% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 249 - color contains mainly: green. Hex color #86F90F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F90F is #7906F0. Grayscale: #BCBCBC. Windows color (decimal): -7931633 or 1046918. OLE color: 1046918.

HSL color Cylindrical-coordinate representation of color #86F90F: hue angle of 89.49º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86F90F is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 249 15 -
CMYK 0.46 0 0.94 0.02
HSL 89.49º 0.95% 0.52% -
HSV(B) 89.49º 0.94% 0.98% -
XYZ 43.79 72.85 12.21 -
YUV 187.94 30.4 89.53 -
System Red Green Blue C M Y K H S L
Decimal 134 249 15 0.46 0 0.94 0.02 89.49 0.95 0.52
Hex 86 F9 F 2E 0 5E 2 59 5F 34
Octal 206 371 17 56 0 136 2 131 137 64
Binary 10000110 11111001 1111 101110 0 1011110 10 1011001 1011111 110100

Color Harmonies of #86F90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F90F

Black with #86F90F

Text Example


Text Example

White with #86F90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,249,15); }

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

background-color css

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

 a { background-color: rgb(134,249,15); }

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

border-color css

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

 span { border-color: rgb(134,249,15); }

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