Html Css Color HEX #86F824 Chartreuse

📋 copy color: '#86F824'

red 134 ◦ green 248 ◦ blue 36

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

Shades of Chartreuse #86F824

Tints of Chartreuse #86F824

RGB

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

 GREEN value IS 248 (97.27% from 255) = 59.33%

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 32.06%
G = 59.33%
B = 8.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#86F824 (or 0x86F824) is known color: Chartreuse. HEX triplet: 86, F8 and 24. RGB value is (134,248,36). Sum of RGB (Red+Green+Blue) = 134+248+36=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 248 (97.27% from 255 or 59.33% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 248 - color contains mainly: green. Hex color #86F824 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F824 is #7907DB. Grayscale: #BEBEBE. Windows color (decimal): -7931868 or 2422918. OLE color: 2422918.

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

Color convert

RGB 134 248 36 -
CMYK 0.46 0 0.85 0.03
HSL 92.26º 0.94% 0.56% -
HSV(B) 92.26º 0.85% 0.97% -
XYZ 43.72 72.33 13.33 -
YUV 189.75 41.23 88.24 -
System Red Green Blue C M Y K H S L
Decimal 134 248 36 0.46 0 0.85 0.03 92.26 0.94 0.56
Hex 86 F8 24 2E 0 55 3 5C 5E 38
Octal 206 370 44 56 0 125 3 134 136 70
Binary 10000110 11111000 100100 101110 0 1010101 11 1011100 1011110 111000

Color Harmonies of #86F824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F824

Black with #86F824

Text Example


Text Example

White with #86F824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,248,36); }

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

background-color css

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

 a { background-color: rgb(134,248,36); }

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

border-color css

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

 span { border-color: rgb(134,248,36); }

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