Html Css Color HEX #7ED93B Atlantis

📋 copy color: '#7ED93B'

red 126 ◦ green 217 ◦ blue 59

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

Shades of Atlantis #7ED93B

Tints of Atlantis #7ED93B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.98%

 BLUE value IS 59 (23.44% from 255) = 14.68%

R = 31.34%
G = 53.98%
B = 14.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#7ED93B (or 0x7ED93B) is known color: Atlantis. HEX triplet: 7E, D9 and 3B. RGB value is (126,217,59). Sum of RGB (Red+Green+Blue) = 126+217+59=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED93B is #8126C4. Grayscale: #ACACAC. Windows color (decimal): -8464069 or 3922302. OLE color: 3922302.

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

Color convert

RGB 126 217 59 -
CMYK 0.42 0 0.73 0.15
HSL 94.56º 0.68% 0.54% -
HSV(B) 94.56º 0.73% 0.85% -
XYZ 34.21 54.38 12.83 -
YUV 171.78 64.35 95.35 -
System Red Green Blue C M Y K H S L
Decimal 126 217 59 0.42 0 0.73 0.15 94.56 0.68 0.54
Hex 7E D9 3B 2A 0 49 F 5F 44 36
Octal 176 331 73 52 0 111 17 137 104 66
Binary 1111110 11011001 111011 101010 0 1001001 1111 1011111 1000100 110110

Color Harmonies of #7ED93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED93B

Black with #7ED93B

Text Example


Text Example

White with #7ED93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,217,59); }

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

background-color css

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

 a { background-color: rgb(126,217,59); }

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

border-color css

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

 span { border-color: rgb(126,217,59); }

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