Html Css Color HEX #86F821 Chartreuse

📋 copy color: '#86F821'

red 134 ◦ green 248 ◦ blue 33

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

Shades of Chartreuse #86F821

Tints of Chartreuse #86F821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.95%

R = 32.29%
G = 59.76%
B = 7.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#86F821 (or 0x86F821) is known color: Chartreuse. HEX triplet: 86, F8 and 21. RGB value is (134,248,33). Sum of RGB (Red+Green+Blue) = 134+248+33=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 248 (97.27% from 255 or 59.76% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 248 - color contains mainly: green. Hex color #86F821 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F821 is #7907DE. Grayscale: #BEBEBE. Windows color (decimal): -7931871 or 2226310. OLE color: 2226310.

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

Color convert

RGB 134 248 33 -
CMYK 0.46 0 0.87 0.03
HSL 91.81º 0.94% 0.55% -
HSV(B) 91.81º 0.87% 0.97% -
XYZ 43.67 72.31 13.09 -
YUV 189.4 39.73 88.48 -
System Red Green Blue C M Y K H S L
Decimal 134 248 33 0.46 0 0.87 0.03 91.81 0.94 0.55
Hex 86 F8 21 2E 0 57 3 5C 5E 37
Octal 206 370 41 56 0 127 3 134 136 67
Binary 10000110 11111000 100001 101110 0 1010111 11 1011100 1011110 110111

Color Harmonies of #86F821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F821

Black with #86F821

Text Example


Text Example

White with #86F821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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