Html Css Color HEX #8CFA04 Chartreuse

📋 copy color: '#8CFA04'

red 140 ◦ green 250 ◦ blue 4

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

Shades of Chartreuse #8CFA04

Tints of Chartreuse #8CFA04

RGB

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

 GREEN value IS 250 (98.05% from 255) = 63.45%

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

R = 35.53%
G = 63.45%
B = 1.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#8CFA04 (or 0x8CFA04) is known color: Chartreuse. HEX triplet: 8C, FA and 04. RGB value is (140,250,4). Sum of RGB (Red+Green+Blue) = 140+250+4=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFA04 is #7305FB. Grayscale: #BDBDBD. Windows color (decimal): -7538172 or 326284. OLE color: 326284.

HSL color Cylindrical-coordinate representation of color #8CFA04: hue angle of 86.83º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CFA04 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 250 4 -
CMYK 0.44 0 0.98 0.02
HSL 86.83º 0.97% 0.5% -
HSV(B) 86.83º 0.98% 0.98% -
XYZ 45.02 73.96 12.02 -
YUV 189.07 23.56 93 -
System Red Green Blue C M Y K H S L
Decimal 140 250 4 0.44 0 0.98 0.02 86.83 0.97 0.5
Hex 8C FA 4 2C 0 62 2 57 61 32
Octal 214 372 4 54 0 142 2 127 141 62
Binary 10001100 11111010 100 101100 0 1100010 10 1010111 1100001 110010

Color Harmonies of #8CFA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFA04

Black with #8CFA04

Text Example


Text Example

White with #8CFA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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