Html Css Color HEX #8CF414 Chartreuse

📋 copy color: '#8CF414'

red 140 ◦ green 244 ◦ blue 20

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

Shades of Chartreuse #8CF414

Tints of Chartreuse #8CF414

RGB

 RED value IS 140 (55.08% from 255) = 34.65%

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

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

R = 34.65%
G = 60.4%
B = 4.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#8CF414 (or 0x8CF414) is known color: Chartreuse. HEX triplet: 8C, F4 and 14. RGB value is (140,244,20). Sum of RGB (Red+Green+Blue) = 140+244+20=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #8CF414 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF414 is #730BEB. Grayscale: #BCBCBC. Windows color (decimal): -7539692 or 1373324. OLE color: 1373324.

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

Color convert

RGB 140 244 20 -
CMYK 0.43 0 0.92 0.04
HSL 87.86º 0.91% 0.52% -
HSV(B) 87.86º 0.92% 0.96% -
XYZ 43.29 70.33 11.95 -
YUV 187.37 33.54 94.21 -
System Red Green Blue C M Y K H S L
Decimal 140 244 20 0.43 0 0.92 0.04 87.86 0.91 0.52
Hex 8C F4 14 2B 0 5C 4 58 5B 34
Octal 214 364 24 53 0 134 4 130 133 64
Binary 10001100 11110100 10100 101011 0 1011100 100 1011000 1011011 110100

Color Harmonies of #8CF414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF414

Black with #8CF414

Text Example


Text Example

White with #8CF414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,244,20); }

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

background-color css

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

 a { background-color: rgb(140,244,20); }

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

border-color css

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

 span { border-color: rgb(140,244,20); }

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