Html Css Color HEX #7EFF12 Chartreuse

📋 copy color: '#7EFF12'

red 126 ◦ green 255 ◦ blue 18

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

Shades of Chartreuse #7EFF12

Tints of Chartreuse #7EFF12

RGB

 RED value IS 126 (49.61% from 255) = 31.58%

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

 BLUE value IS 18 (7.42% from 255) = 4.51%

R = 31.58%
G = 63.91%
B = 4.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#7EFF12 (or 0x7EFF12) is known color: Chartreuse. HEX triplet: 7E, FF and 12. RGB value is (126,255,18). Sum of RGB (Red+Green+Blue) = 126+255+18=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7EFF12 is #8100ED. Grayscale: #BEBEBE. Windows color (decimal): -8454382 or 1245054. OLE color: 1245054.

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

Color convert

RGB 126 255 18 -
CMYK 0.51 0 0.93 0
HSL 92.66º 1% 0.54% -
HSV(B) 92.66º 0.93% 1% -
XYZ 44.47 76 12.9 -
YUV 189.41 31.26 82.77 -
System Red Green Blue C M Y K H S L
Decimal 126 255 18 0.51 0 0.93 0 92.66 1 0.54
Hex 7E FF 12 33 0 5D 0 5D 64 36
Octal 176 377 22 63 0 135 0 135 144 66
Binary 1111110 11111111 10010 110011 0 1011101 0 1011101 1100100 110110

Color Harmonies of #7EFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFF12

Black with #7EFF12

Text Example


Text Example

White with #7EFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,255,18); }

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

background-color css

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

 a { background-color: rgb(126,255,18); }

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

border-color css

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

 span { border-color: rgb(126,255,18); }

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