Html Css Color HEX #8CF304 Chartreuse

📋 copy color: '#8CF304'

red 140 ◦ green 243 ◦ blue 4

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

Shades of Chartreuse #8CF304

Tints of Chartreuse #8CF304

RGB

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

 GREEN value IS 243 (95.31% from 255) = 62.79%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 36.18%
G = 62.79%
B = 1.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#8CF304 (or 0x8CF304) is known color: Chartreuse. HEX triplet: 8C, F3 and 04. RGB value is (140,243,4). Sum of RGB (Red+Green+Blue) = 140+243+4=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 243 (95.31% from 255 or 62.79% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF304 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF304 is #730CFB. Grayscale: #B9B9B9. Windows color (decimal): -7539964 or 324492. OLE color: 324492.

HSL color Cylindrical-coordinate representation of color #8CF304: hue angle of 85.86º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CF304 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 243 4 -
CMYK 0.42 0 0.98 0.05
HSL 85.86º 0.97% 0.48% -
HSV(B) 85.86º 0.98% 0.95% -
XYZ 42.89 69.69 11.31 -
YUV 184.96 25.88 95.93 -
System Red Green Blue C M Y K H S L
Decimal 140 243 4 0.42 0 0.98 0.05 85.86 0.97 0.48
Hex 8C F3 4 2A 0 62 5 56 61 30
Octal 214 363 4 52 0 142 5 126 141 60
Binary 10001100 11110011 100 101010 0 1100010 101 1010110 1100001 110000

Color Harmonies of #8CF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF304

Black with #8CF304

Text Example


Text Example

White with #8CF304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,243,4); }

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

background-color css

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

 a { background-color: rgb(140,243,4); }

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

border-color css

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

 span { border-color: rgb(140,243,4); }

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