Html Css Color HEX #7EDB3F Atlantis

📋 copy color: '#7EDB3F'

red 126 ◦ green 219 ◦ blue 63

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

Shades of Atlantis #7EDB3F

Tints of Atlantis #7EDB3F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.68%

 BLUE value IS 63 (25% from 255) = 15.44%

R = 30.88%
G = 53.68%
B = 15.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#7EDB3F (or 0x7EDB3F) is known color: Atlantis. HEX triplet: 7E, DB and 3F. RGB value is (126,219,63). Sum of RGB (Red+Green+Blue) = 126+219+63=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDB3F is #8124C0. Grayscale: #ADADAD. Windows color (decimal): -8463553 or 4184958. OLE color: 4184958.

HSL color Cylindrical-coordinate representation of color #7EDB3F: hue angle of 95.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EDB3F is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 219 63 -
CMYK 0.42 0 0.71 0.14
HSL 95.77º 0.68% 0.55% -
HSV(B) 95.77º 0.71% 0.86% -
XYZ 34.83 55.46 13.57 -
YUV 173.41 65.69 94.18 -
System Red Green Blue C M Y K H S L
Decimal 126 219 63 0.42 0 0.71 0.14 95.77 0.68 0.55
Hex 7E DB 3F 2A 0 47 E 60 44 37
Octal 176 333 77 52 0 107 16 140 104 67
Binary 1111110 11011011 111111 101010 0 1000111 1110 1100000 1000100 110111

Color Harmonies of #7EDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDB3F

Black with #7EDB3F

Text Example


Text Example

White with #7EDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,219,63); }

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

background-color css

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

 a { background-color: rgb(126,219,63); }

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

border-color css

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

 span { border-color: rgb(126,219,63); }

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