Html Css Color HEX #8FEF14 Chartreuse

📋 copy color: '#8FEF14'

red 143 ◦ green 239 ◦ blue 20

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

Shades of Chartreuse #8FEF14

Tints of Chartreuse #8FEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 59.45%

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 35.57%
G = 59.45%
B = 4.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#8FEF14 (or 0x8FEF14) is known color: Chartreuse. HEX triplet: 8F, EF and 14. RGB value is (143,239,20). Sum of RGB (Red+Green+Blue) = 143+239+20=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FEF14 is #7010EB. Grayscale: #BABABA. Windows color (decimal): -7344364 or 1372047. OLE color: 1372047.

HSL color Cylindrical-coordinate representation of color #8FEF14: hue angle of 86.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FEF14 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 239 20 -
CMYK 0.40 0 0.92 0.06
HSL 86.3º 0.87% 0.51% -
HSV(B) 86.3º 0.92% 0.94% -
XYZ 42.32 67.62 11.48 -
YUV 185.33 34.7 97.81 -
System Red Green Blue C M Y K H S L
Decimal 143 239 20 0.40 0 0.92 0.06 86.3 0.87 0.51
Hex 8F EF 14 28 0 5C 6 56 57 33
Octal 217 357 24 50 0 134 6 126 127 63
Binary 10001111 11101111 10100 101000 0 1011100 110 1010110 1010111 110011

Color Harmonies of #8FEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEF14

Black with #8FEF14

Text Example


Text Example

White with #8FEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,239,20); }

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

background-color css

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

 a { background-color: rgb(143,239,20); }

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

border-color css

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

 span { border-color: rgb(143,239,20); }

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