Html Css Color HEX #8DF413 Chartreuse

📋 copy color: '#8DF413'

red 141 ◦ green 244 ◦ blue 19

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

Shades of Chartreuse #8DF413

Tints of Chartreuse #8DF413

RGB

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

 GREEN value IS 244 (95.7% from 255) = 60.4%

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 34.9%
G = 60.4%
B = 4.7%

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

#8DF413 (or 0x8DF413) is known color: Chartreuse. HEX triplet: 8D, F4 and 13. RGB value is (141,244,19). Sum of RGB (Red+Green+Blue) = 141+244+19=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF413 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF413 is #720BEC. Grayscale: #BCBCBC. Windows color (decimal): -7474157 or 1307789. OLE color: 1307789.

HSL color Cylindrical-coordinate representation of color #8DF413: hue angle of 87.47º degrees, saturation: 0.91, 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 #8DF413 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 244 19 -
CMYK 0.42 0 0.92 0.04
HSL 87.47º 0.91% 0.52% -
HSV(B) 87.47º 0.92% 0.96% -
XYZ 43.45 70.41 11.92 -
YUV 187.55 32.88 94.8 -
System Red Green Blue C M Y K H S L
Decimal 141 244 19 0.42 0 0.92 0.04 87.47 0.91 0.52
Hex 8D F4 13 2A 0 5C 4 57 5B 34
Octal 215 364 23 52 0 134 4 127 133 64
Binary 10001101 11110100 10011 101010 0 1011100 100 1010111 1011011 110100

Color Harmonies of #8DF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF413

Black with #8DF413

Text Example


Text Example

White with #8DF413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,244,19); }

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

background-color css

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

 a { background-color: rgb(141,244,19); }

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

border-color css

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

 span { border-color: rgb(141,244,19); }

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