Html Css Color HEX #7EDE38 Atlantis

📋 copy color: '#7EDE38'

red 126 ◦ green 222 ◦ blue 56

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

Shades of Atlantis #7EDE38

Tints of Atlantis #7EDE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 31.19%
G = 54.95%
B = 13.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#7EDE38 (or 0x7EDE38) is known color: Atlantis. HEX triplet: 7E, DE and 38. RGB value is (126,222,56). Sum of RGB (Red+Green+Blue) = 126+222+56=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDE38 is #8121C7. Grayscale: #AEAEAE. Windows color (decimal): -8462792 or 3726974. OLE color: 3726974.

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

Color convert

RGB 126 222 56 -
CMYK 0.43 0 0.75 0.13
HSL 94.7º 0.72% 0.55% -
HSV(B) 94.7º 0.75% 0.87% -
XYZ 35.44 56.96 12.87 -
YUV 174.37 61.2 93.5 -
System Red Green Blue C M Y K H S L
Decimal 126 222 56 0.43 0 0.75 0.13 94.7 0.72 0.55
Hex 7E DE 38 2B 0 4B D 5F 48 37
Octal 176 336 70 53 0 113 15 137 110 67
Binary 1111110 11011110 111000 101011 0 1001011 1101 1011111 1001000 110111

Color Harmonies of #7EDE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDE38

Black with #7EDE38

Text Example


Text Example

White with #7EDE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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