Html Css Color HEX #7EDA37 Atlantis

📋 copy color: '#7EDA37'

red 126 ◦ green 218 ◦ blue 55

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

Shades of Atlantis #7EDA37

Tints of Atlantis #7EDA37

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.64%

 BLUE value IS 55 (21.88% from 255) = 13.78%

R = 31.58%
G = 54.64%
B = 13.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#7EDA37 (or 0x7EDA37) is known color: Atlantis. HEX triplet: 7E, DA and 37. RGB value is (126,218,55). Sum of RGB (Red+Green+Blue) = 126+218+55=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDA37 is #8125C8. Grayscale: #ACACAC. Windows color (decimal): -8463817 or 3660414. OLE color: 3660414.

HSL color Cylindrical-coordinate representation of color #7EDA37: hue angle of 93.87º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EDA37 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 218 55 -
CMYK 0.42 0 0.75 0.15
HSL 93.87º 0.69% 0.54% -
HSV(B) 93.87º 0.75% 0.85% -
XYZ 34.37 54.85 12.39 -
YUV 171.91 62.02 95.25 -
System Red Green Blue C M Y K H S L
Decimal 126 218 55 0.42 0 0.75 0.15 93.87 0.69 0.54
Hex 7E DA 37 2A 0 4B F 5E 45 36
Octal 176 332 67 52 0 113 17 136 105 66
Binary 1111110 11011010 110111 101010 0 1001011 1111 1011110 1000101 110110

Color Harmonies of #7EDA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDA37

Black with #7EDA37

Text Example


Text Example

White with #7EDA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,218,55); }

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

background-color css

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

 a { background-color: rgb(126,218,55); }

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

border-color css

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

 span { border-color: rgb(126,218,55); }

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