Html Css Color HEX #8DF50C Chartreuse

📋 copy color: '#8DF50C'

red 141 ◦ green 245 ◦ blue 12

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

Shades of Chartreuse #8DF50C

Tints of Chartreuse #8DF50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 35.43%
G = 61.56%
B = 3.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#8DF50C (or 0x8DF50C) is known color: Chartreuse. HEX triplet: 8D, F5 and 0C. RGB value is (141,245,12). Sum of RGB (Red+Green+Blue) = 141+245+12=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 245 (96.09% from 255 or 61.56% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF50C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF50C is #720AF3. Grayscale: #BCBCBC. Windows color (decimal): -7473908 or 849293. OLE color: 849293.

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

Color convert

RGB 141 245 12 -
CMYK 0.42 0 0.95 0.04
HSL 86.78º 0.92% 0.5% -
HSV(B) 86.78º 0.95% 0.96% -
XYZ 43.7 70.99 11.75 -
YUV 187.34 29.04 94.95 -
System Red Green Blue C M Y K H S L
Decimal 141 245 12 0.42 0 0.95 0.04 86.78 0.92 0.5
Hex 8D F5 C 2A 0 5F 4 57 5C 32
Octal 215 365 14 52 0 137 4 127 134 62
Binary 10001101 11110101 1100 101010 0 1011111 100 1010111 1011100 110010

Color Harmonies of #8DF50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF50C

Black with #8DF50C

Text Example


Text Example

White with #8DF50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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