Html Css Color HEX #8DF515 Chartreuse

📋 copy color: '#8DF515'

red 141 ◦ green 245 ◦ blue 21

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

Shades of Chartreuse #8DF515

Tints of Chartreuse #8DF515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 34.64%
G = 60.2%
B = 5.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#8DF515 (or 0x8DF515) is known color: Chartreuse. HEX triplet: 8D, F5 and 15. RGB value is (141,245,21). Sum of RGB (Red+Green+Blue) = 141+245+21=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 245 (96.09% from 255 or 60.20% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF515 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF515 is #720AEA. Grayscale: #BDBDBD. Windows color (decimal): -7473899 or 1439117. OLE color: 1439117.

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

Color convert

RGB 141 245 21 -
CMYK 0.42 0 0.91 0.04
HSL 87.86º 0.92% 0.52% -
HSV(B) 87.86º 0.91% 0.96% -
XYZ 43.77 71.02 12.11 -
YUV 188.37 33.54 94.21 -
System Red Green Blue C M Y K H S L
Decimal 141 245 21 0.42 0 0.91 0.04 87.86 0.92 0.52
Hex 8D F5 15 2A 0 5B 4 58 5C 34
Octal 215 365 25 52 0 133 4 130 134 64
Binary 10001101 11110101 10101 101010 0 1011011 100 1011000 1011100 110100

Color Harmonies of #8DF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF515

Black with #8DF515

Text Example


Text Example

White with #8DF515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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