Html Css Color HEX #8FF20D Chartreuse

📋 copy color: '#8FF20D'

red 143 ◦ green 242 ◦ blue 13

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

Shades of Chartreuse #8FF20D

Tints of Chartreuse #8FF20D

RGB

 RED value IS 143 (56.25% from 255) = 35.93%

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 35.93%
G = 60.8%
B = 3.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#8FF20D (or 0x8FF20D) is known color: Chartreuse. HEX triplet: 8F, F2 and 0D. RGB value is (143,242,13). Sum of RGB (Red+Green+Blue) = 143+242+13=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF20D is #700DF2. Grayscale: #BBBBBB. Windows color (decimal): -7343603 or 914063. OLE color: 914063.

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

Color convert

RGB 143 242 13 -
CMYK 0.41 0 0.95 0.05
HSL 85.94º 0.9% 0.5% -
HSV(B) 85.94º 0.95% 0.95% -
XYZ 43.15 69.37 11.5 -
YUV 186.29 30.2 97.12 -
System Red Green Blue C M Y K H S L
Decimal 143 242 13 0.41 0 0.95 0.05 85.94 0.9 0.5
Hex 8F F2 D 29 0 5F 5 56 5A 32
Octal 217 362 15 51 0 137 5 126 132 62
Binary 10001111 11110010 1101 101001 0 1011111 101 1010110 1011010 110010

Color Harmonies of #8FF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF20D

Black with #8FF20D

Text Example


Text Example

White with #8FF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,242,13); }

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

background-color css

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

 a { background-color: rgb(143,242,13); }

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

border-color css

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

 span { border-color: rgb(143,242,13); }

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