Html Css Color HEX #7EDE3B Atlantis

📋 copy color: '#7EDE3B'

red 126 ◦ green 222 ◦ blue 59

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

Shades of Atlantis #7EDE3B

Tints of Atlantis #7EDE3B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.55%

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

R = 30.96%
G = 54.55%
B = 14.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#7EDE3B (or 0x7EDE3B) is known color: Atlantis. HEX triplet: 7E, DE and 3B. RGB value is (126,222,59). Sum of RGB (Red+Green+Blue) = 126+222+59=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDE3B is #8121C4. Grayscale: #AFAFAF. Windows color (decimal): -8462789 or 3923582. OLE color: 3923582.

HSL color Cylindrical-coordinate representation of color #7EDE3B: hue angle of 95.34º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EDE3B is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 222 59 -
CMYK 0.43 0 0.73 0.13
HSL 95.34º 0.71% 0.55% -
HSV(B) 95.34º 0.73% 0.87% -
XYZ 35.51 56.99 13.27 -
YUV 174.71 62.7 93.25 -
System Red Green Blue C M Y K H S L
Decimal 126 222 59 0.43 0 0.73 0.13 95.34 0.71 0.55
Hex 7E DE 3B 2B 0 49 D 5F 47 37
Octal 176 336 73 53 0 111 15 137 107 67
Binary 1111110 11011110 111011 101011 0 1001001 1101 1011111 1000111 110111

Color Harmonies of #7EDE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDE3B

Black with #7EDE3B

Text Example


Text Example

White with #7EDE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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