Html Css Color HEX #8DF514 Chartreuse

📋 copy color: '#8DF514'

red 141 ◦ green 245 ◦ blue 20

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

Shades of Chartreuse #8DF514

Tints of Chartreuse #8DF514

RGB

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

 GREEN value IS 245 (96.09% from 255) = 60.34%

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 34.73%
G = 60.34%
B = 4.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#8DF514 (or 0x8DF514) is known color: Chartreuse. HEX triplet: 8D, F5 and 14. RGB value is (141,245,20). Sum of RGB (Red+Green+Blue) = 141+245+20=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 245 (96.09% from 255 or 60.34% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF514 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF514 is #720AEB. Grayscale: #BDBDBD. Windows color (decimal): -7473900 or 1373581. OLE color: 1373581.

HSL color Cylindrical-coordinate representation of color #8DF514: hue angle of 87.73º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DF514 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 245 20 -
CMYK 0.42 0 0.92 0.04
HSL 87.73º 0.92% 0.52% -
HSV(B) 87.73º 0.92% 0.96% -
XYZ 43.76 71.02 12.06 -
YUV 188.25 33.04 94.3 -
System Red Green Blue C M Y K H S L
Decimal 141 245 20 0.42 0 0.92 0.04 87.73 0.92 0.52
Hex 8D F5 14 2A 0 5C 4 58 5C 34
Octal 215 365 24 52 0 134 4 130 134 64
Binary 10001101 11110101 10100 101010 0 1011100 100 1011000 1011100 110100

Color Harmonies of #8DF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF514

Black with #8DF514

Text Example


Text Example

White with #8DF514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,245,20); }

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

background-color css

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

 a { background-color: rgb(141,245,20); }

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

border-color css

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

 span { border-color: rgb(141,245,20); }

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