Html Css Color HEX #7EF242 Atlantis

📋 copy color: '#7EF242'

red 126 ◦ green 242 ◦ blue 66

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

Shades of Atlantis #7EF242

Tints of Atlantis #7EF242

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.76%

 BLUE value IS 66 (26.17% from 255) = 15.21%

R = 29.03%
G = 55.76%
B = 15.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#7EF242 (or 0x7EF242) is known color: Atlantis. HEX triplet: 7E, F2 and 42. RGB value is (126,242,66). Sum of RGB (Red+Green+Blue) = 126+242+66=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF242 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EF242 is #810DBD. Grayscale: #BBBBBB. Windows color (decimal): -8457662 or 4387454. OLE color: 4387454.

HSL color Cylindrical-coordinate representation of color #7EF242: hue angle of 99.55º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EF242 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 242 66 -
CMYK 0.48 0 0.73 0.05
HSL 99.55º 0.87% 0.6% -
HSV(B) 99.55º 0.73% 0.95% -
XYZ 41.34 68.33 16.17 -
YUV 187.25 59.57 84.31 -
System Red Green Blue C M Y K H S L
Decimal 126 242 66 0.48 0 0.73 0.05 99.55 0.87 0.6
Hex 7E F2 42 30 0 49 5 64 57 3C
Octal 176 362 102 60 0 111 5 144 127 74
Binary 1111110 11110010 1000010 110000 0 1001001 101 1100100 1010111 111100

Color Harmonies of #7EF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF242

Black with #7EF242

Text Example


Text Example

White with #7EF242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,242,66); }

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

background-color css

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

 a { background-color: rgb(126,242,66); }

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

border-color css

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

 span { border-color: rgb(126,242,66); }

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