Html Css Color HEX #7FFF14 Chartreuse

📋 copy color: '#7FFF14'

red 127 ◦ green 255 ◦ blue 20

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

Shades of Chartreuse #7FFF14

Tints of Chartreuse #7FFF14

RGB

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

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

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

R = 31.59%
G = 63.43%
B = 4.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#7FFF14 (or 0x7FFF14) is known color: Chartreuse. HEX triplet: 7F, FF and 14. RGB value is (127,255,20). Sum of RGB (Red+Green+Blue) = 127+255+20=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 255 (100% from 255 or 63.43% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FFF14 is #8000EB. Grayscale: #BEBEBE. Windows color (decimal): -8388844 or 1376127. OLE color: 1376127.

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

Color convert

RGB 127 255 20 -
CMYK 0.50 0 0.92 0
HSL 92.68º 1% 0.54% -
HSV(B) 92.68º 0.92% 1% -
XYZ 44.64 76.08 12.99 -
YUV 189.94 32.09 83.11 -
System Red Green Blue C M Y K H S L
Decimal 127 255 20 0.50 0 0.92 0 92.68 1 0.54
Hex 7F FF 14 32 0 5C 0 5D 64 36
Octal 177 377 24 62 0 134 0 135 144 66
Binary 1111111 11111111 10100 110010 0 1011100 0 1011101 1100100 110110

Color Harmonies of #7FFF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFF14

Black with #7FFF14

Text Example


Text Example

White with #7FFF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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