Html Css Color HEX #7EDD35 Atlantis

📋 copy color: '#7EDD35'

red 126 ◦ green 221 ◦ blue 53

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

Shades of Atlantis #7EDD35

Tints of Atlantis #7EDD35

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.25%

 BLUE value IS 53 (21.09% from 255) = 13.25%

R = 31.5%
G = 55.25%
B = 13.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#7EDD35 (or 0x7EDD35) is known color: Atlantis. HEX triplet: 7E, DD and 35. RGB value is (126,221,53). Sum of RGB (Red+Green+Blue) = 126+221+53=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD35 is #8122CA. Grayscale: #AEAEAE. Windows color (decimal): -8463051 or 3530110. OLE color: 3530110.

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

Color convert

RGB 126 221 53 -
CMYK 0.43 0 0.76 0.13
HSL 93.93º 0.71% 0.54% -
HSV(B) 93.93º 0.76% 0.87% -
XYZ 35.1 56.41 12.41 -
YUV 173.44 60.03 94.16 -
System Red Green Blue C M Y K H S L
Decimal 126 221 53 0.43 0 0.76 0.13 93.93 0.71 0.54
Hex 7E DD 35 2B 0 4C D 5E 47 36
Octal 176 335 65 53 0 114 15 136 107 66
Binary 1111110 11011101 110101 101011 0 1001100 1101 1011110 1000111 110110

Color Harmonies of #7EDD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDD35

Black with #7EDD35

Text Example


Text Example

White with #7EDD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,221,53); }

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

background-color css

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

 a { background-color: rgb(126,221,53); }

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

border-color css

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

 span { border-color: rgb(126,221,53); }

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