Html Css Color HEX #8DFB14 Chartreuse

📋 copy color: '#8DFB14'

red 141 ◦ green 251 ◦ blue 20

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

Shades of Chartreuse #8DFB14

Tints of Chartreuse #8DFB14

RGB

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

 GREEN value IS 251 (98.44% from 255) = 60.92%

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

R = 34.22%
G = 60.92%
B = 4.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#8DFB14 (or 0x8DFB14) is known color: Chartreuse. HEX triplet: 8D, FB and 14. RGB value is (141,251,20). Sum of RGB (Red+Green+Blue) = 141+251+20=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 251 (98.44% from 255 or 60.92% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFB14 is #7204EB. Grayscale: #C0C0C0. Windows color (decimal): -7472364 or 1375117. OLE color: 1375117.

HSL color Cylindrical-coordinate representation of color #8DFB14: hue angle of 88.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DFB14 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 251 20 -
CMYK 0.44 0 0.92 0.02
HSL 88.57º 0.97% 0.53% -
HSV(B) 88.57º 0.92% 0.98% -
XYZ 45.61 74.71 12.68 -
YUV 191.78 31.06 91.78 -
System Red Green Blue C M Y K H S L
Decimal 141 251 20 0.44 0 0.92 0.02 88.57 0.97 0.53
Hex 8D FB 14 2C 0 5C 2 59 61 35
Octal 215 373 24 54 0 134 2 131 141 65
Binary 10001101 11111011 10100 101100 0 1011100 10 1011001 1100001 110101

Color Harmonies of #8DFB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFB14

Black with #8DFB14

Text Example


Text Example

White with #8DFB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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