Html Css Color HEX #7EEA41 Atlantis

📋 copy color: '#7EEA41'

red 126 ◦ green 234 ◦ blue 65

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

Shades of Atlantis #7EEA41

Tints of Atlantis #7EEA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.06%

 BLUE value IS 65 (25.78% from 255) = 15.29%

R = 29.65%
G = 55.06%
B = 15.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#7EEA41 (or 0x7EEA41) is known color: Atlantis. HEX triplet: 7E, EA and 41. RGB value is (126,234,65). Sum of RGB (Red+Green+Blue) = 126+234+65=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEA41 is #8115BE. Grayscale: #B7B7B7. Windows color (decimal): -8459711 or 4319870. OLE color: 4319870.

HSL color Cylindrical-coordinate representation of color #7EEA41: hue angle of 98.34º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EEA41 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 234 65 -
CMYK 0.46 0 0.72 0.08
HSL 98.34º 0.8% 0.59% -
HSV(B) 98.34º 0.72% 0.92% -
XYZ 38.98 63.66 15.23 -
YUV 182.44 61.72 87.74 -
System Red Green Blue C M Y K H S L
Decimal 126 234 65 0.46 0 0.72 0.08 98.34 0.8 0.59
Hex 7E EA 41 2E 0 48 8 62 50 3B
Octal 176 352 101 56 0 110 10 142 120 73
Binary 1111110 11101010 1000001 101110 0 1001000 1000 1100010 1010000 111011

Color Harmonies of #7EEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEA41

Black with #7EEA41

Text Example


Text Example

White with #7EEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,234,65); }

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

background-color css

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

 a { background-color: rgb(126,234,65); }

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

border-color css

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

 span { border-color: rgb(126,234,65); }

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