Html Css Color HEX #7FFF1A Chartreuse

📋 copy color: '#7FFF1A'

red 127 ◦ green 255 ◦ blue 26

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

Shades of Chartreuse #7FFF1A

Tints of Chartreuse #7FFF1A

RGB

 RED value IS 127 (50% from 255) = 31.13%

 GREEN value IS 255 (100% from 255) = 62.5%

 BLUE value IS 26 (10.55% from 255) = 6.37%

R = 31.13%
G = 62.5%
B = 6.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#7FFF1A (or 0x7FFF1A) is known color: Chartreuse. HEX triplet: 7F, FF and 1A. RGB value is (127,255,26). Sum of RGB (Red+Green+Blue) = 127+255+26=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FFF1A is #8000E5. Grayscale: #BFBFBF. Windows color (decimal): -8388838 or 1769343. OLE color: 1769343.

HSL color Cylindrical-coordinate representation of color #7FFF1A: hue angle of 93.54º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FFF1A is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 127 255 26 -
CMYK 0.50 0 0.90 0
HSL 93.54º 1% 0.55% -
HSV(B) 93.54º 0.9% 1% -
XYZ 44.7 76.11 13.31 -
YUV 190.62 35.09 82.62 -
System Red Green Blue C M Y K H S L
Decimal 127 255 26 0.50 0 0.90 0 93.54 1 0.55
Hex 7F FF 1A 32 0 5A 0 5E 64 37
Octal 177 377 32 62 0 132 0 136 144 67
Binary 1111111 11111111 11010 110010 0 1011010 0 1011110 1100100 110111

Color Harmonies of #7FFF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFF1A

Black with #7FFF1A

Text Example


Text Example

White with #7FFF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FFF1A; }

 p { color: rgb(127,255,26); }

 H1.HeaderClassName
 {
   color: #7FFF1A;
 }
 .AnyTagClassName
 {
   color: #7FFF1A;
 }
</style>

background-color css

<style>
 a { background-color: #7FFF1A; }

 a { background-color: rgb(127,255,26); }

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

border-color css

<style>
 span { border-color: #7FFF1A; }

 span { border-color: rgb(127,255,26); }

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