Html Css Color HEX #8DF60E Chartreuse

📋 copy color: '#8DF60E'

red 141 ◦ green 246 ◦ blue 14

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

Shades of Chartreuse #8DF60E

Tints of Chartreuse #8DF60E

RGB

 RED value IS 141 (55.47% from 255) = 35.16%

 GREEN value IS 246 (96.48% from 255) = 61.35%

 BLUE value IS 14 (5.86% from 255) = 3.49%

R = 35.16%
G = 61.35%
B = 3.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#8DF60E (or 0x8DF60E) is known color: Chartreuse. HEX triplet: 8D, F6 and 0E. RGB value is (141,246,14). Sum of RGB (Red+Green+Blue) = 141+246+14=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 246 (96.48% from 255 or 61.35% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF60E is #7209F1. Grayscale: #BCBCBC. Windows color (decimal): -7473650 or 980621. OLE color: 980621.

HSL color Cylindrical-coordinate representation of color #8DF60E: hue angle of 87.16º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DF60E is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 246 14 -
CMYK 0.43 0 0.94 0.04
HSL 87.16º 0.93% 0.51% -
HSV(B) 87.16º 0.94% 0.96% -
XYZ 44.02 71.61 11.92 -
YUV 188.16 29.71 94.36 -
System Red Green Blue C M Y K H S L
Decimal 141 246 14 0.43 0 0.94 0.04 87.16 0.93 0.51
Hex 8D F6 E 2B 0 5E 4 57 5D 33
Octal 215 366 16 53 0 136 4 127 135 63
Binary 10001101 11110110 1110 101011 0 1011110 100 1010111 1011101 110011

Color Harmonies of #8DF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF60E

Black with #8DF60E

Text Example


Text Example

White with #8DF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DF60E; }

 p { color: rgb(141,246,14); }

 H1.HeaderClassName
 {
   color: #8DF60E;
 }
 .AnyTagClassName
 {
   color: #8DF60E;
 }
</style>

background-color css

<style>
 a { background-color: #8DF60E; }

 a { background-color: rgb(141,246,14); }

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

border-color css

<style>
 span { border-color: #8DF60E; }

 span { border-color: rgb(141,246,14); }

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