Html Css Color HEX #8DF21A Chartreuse

📋 copy color: '#8DF21A'

red 141 ◦ green 242 ◦ blue 26

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

Shades of Chartreuse #8DF21A

Tints of Chartreuse #8DF21A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.17%

 BLUE value IS 26 (10.55% from 255) = 6.36%

R = 34.47%
G = 59.17%
B = 6.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#8DF21A (or 0x8DF21A) is known color: Chartreuse. HEX triplet: 8D, F2 and 1A. RGB value is (141,242,26). Sum of RGB (Red+Green+Blue) = 141+242+26=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 242 (94.92% from 255 or 59.17% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF21A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF21A is #720DE5. Grayscale: #BBBBBB. Windows color (decimal): -7474662 or 1766029. OLE color: 1766029.

HSL color Cylindrical-coordinate representation of color #8DF21A: hue angle of 88.06º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DF21A is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 242 26 -
CMYK 0.42 0 0.89 0.05
HSL 88.06º 0.89% 0.53% -
HSV(B) 88.06º 0.89% 0.95% -
XYZ 42.92 69.24 12.08 -
YUV 187.18 37.04 95.06 -
System Red Green Blue C M Y K H S L
Decimal 141 242 26 0.42 0 0.89 0.05 88.06 0.89 0.53
Hex 8D F2 1A 2A 0 59 5 58 59 35
Octal 215 362 32 52 0 131 5 130 131 65
Binary 10001101 11110010 11010 101010 0 1011001 101 1011000 1011001 110101

Color Harmonies of #8DF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF21A

Black with #8DF21A

Text Example


Text Example

White with #8DF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,242,26); }

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

background-color css

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

 a { background-color: rgb(141,242,26); }

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

border-color css

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

 span { border-color: rgb(141,242,26); }

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