Html Css Color HEX #86FD0F Chartreuse

📋 copy color: '#86FD0F'

red 134 ◦ green 253 ◦ blue 15

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

Shades of Chartreuse #86FD0F

Tints of Chartreuse #86FD0F

RGB

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

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

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

R = 33.33%
G = 62.94%
B = 3.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#86FD0F (or 0x86FD0F) is known color: Chartreuse. HEX triplet: 86, FD and 0F. RGB value is (134,253,15). Sum of RGB (Red+Green+Blue) = 134+253+15=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 253 (99.22% from 255 or 62.94% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FD0F is #7902F0. Grayscale: #BFBFBF. Windows color (decimal): -7930609 or 1047942. OLE color: 1047942.

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

Color convert

RGB 134 253 15 -
CMYK 0.47 0 0.94 0.01
HSL 90º 0.98% 0.53% -
HSV(B) 90º 0.94% 0.99% -
XYZ 45.04 75.35 12.62 -
YUV 190.29 29.08 87.85 -
System Red Green Blue C M Y K H S L
Decimal 134 253 15 0.47 0 0.94 0.01 90 0.98 0.53
Hex 86 FD F 2F 0 5E 1 5A 62 35
Octal 206 375 17 57 0 136 1 132 142 65
Binary 10000110 11111101 1111 101111 0 1011110 1 1011010 1100010 110101

Color Harmonies of #86FD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FD0F

Black with #86FD0F

Text Example


Text Example

White with #86FD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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