#7ED23D

Color #7ED23D Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #7ED23D

Tints of Atlantis #7ED23D

Color information

#7ED23D (or 0x7ED23D) is unknown color: approx Atlantis. HEX triplet: 7E, D2 and 3D. RGB value is (126,210,61). Sum of RGB (Red+Green+Blue) = 126+210+61=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED23D is #812DC2. Grayscale: #A8A8A8. Windows color (decimal): -8465859 or 4051582. OLE color: 4051582.

HSL color Cylindrical-coordinate representation of color #7ED23D: hue angle of 93.83º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ED23D is Cyan = 0.4, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB12621061-
CMYK0.400.710.18
HSL93.83º62.34%53.14%-
HSV(B)93.83º70.95%82.35%-
XYZ32.4950.8712.52-
YUV167.967.6798.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.74%
GREEN value IS 210 (82.42% from 255) = 52.90%
BLUE value IS 61 (24.22% from 255) = 15.37%
R=31.74%
G=52.90%
B=15.37%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126210610.400.710.1893.8362.3453.14
Hex7ED23D28047125e3e35
Octal17632275500107221367665
Binary11111101101001011110110100001000111100101011110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,210,61); }

 H1.HeaderClassName
 {
   color: #7ED23D;
 }
 .AnyTagClassName
 {
   color: #7ED23D;
 }
</style>
background-color css

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

 a { background-color: rgb(126,210,61); }

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

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

 span { border-color: rgb(126,210,61); }

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