Html Css Color HEX #7EDF38 Atlantis

📋 copy color: '#7EDF38'

red 126 ◦ green 223 ◦ blue 56

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

Shades of Atlantis #7EDF38

Tints of Atlantis #7EDF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.06%

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

R = 31.11%
G = 55.06%
B = 13.83%

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

#7EDF38 (or 0x7EDF38) is known color: Atlantis. HEX triplet: 7E, DF and 38. RGB value is (126,223,56). Sum of RGB (Red+Green+Blue) = 126+223+56=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDF38 is #8120C7. Grayscale: #AFAFAF. Windows color (decimal): -8462536 or 3727230. OLE color: 3727230.

HSL color Cylindrical-coordinate representation of color #7EDF38: hue angle of 94.85º 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 #7EDF38 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 56 -
CMYK 0.43 0 0.75 0.13
HSL 94.85º 0.72% 0.55% -
HSV(B) 94.85º 0.75% 0.87% -
XYZ 35.71 57.5 12.96 -
YUV 174.96 60.86 93.08 -
System Red Green Blue C M Y K H S L
Decimal 126 223 56 0.43 0 0.75 0.13 94.85 0.72 0.55
Hex 7E DF 38 2B 0 4B D 5F 48 37
Octal 176 337 70 53 0 113 15 137 110 67
Binary 1111110 11011111 111000 101011 0 1001011 1101 1011111 1001000 110111

Color Harmonies of #7EDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDF38

Black with #7EDF38

Text Example


Text Example

White with #7EDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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