Html Css Color HEX #86F925 Chartreuse

📋 copy color: '#86F925'

red 134 ◦ green 249 ◦ blue 37

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

Shades of Chartreuse #86F925

Tints of Chartreuse #86F925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 31.9%
G = 59.29%
B = 8.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#86F925 (or 0x86F925) is known color: Chartreuse. HEX triplet: 86, F9 and 25. RGB value is (134,249,37). Sum of RGB (Red+Green+Blue) = 134+249+37=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #86F925 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F925 is #7906DA. Grayscale: #BFBFBF. Windows color (decimal): -7931611 or 2488710. OLE color: 2488710.

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

Color convert

RGB 134 249 37 -
CMYK 0.46 0 0.85 0.02
HSL 92.55º 0.95% 0.56% -
HSV(B) 92.55º 0.85% 0.98% -
XYZ 44.04 72.95 13.51 -
YUV 190.45 41.4 87.74 -
System Red Green Blue C M Y K H S L
Decimal 134 249 37 0.46 0 0.85 0.02 92.55 0.95 0.56
Hex 86 F9 25 2E 0 55 2 5D 5F 38
Octal 206 371 45 56 0 125 2 135 137 70
Binary 10000110 11111001 100101 101110 0 1010101 10 1011101 1011111 111000

Color Harmonies of #86F925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F925

Black with #86F925

Text Example


Text Example

White with #86F925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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