Html Css Color HEX #7DEC3E Atlantis

📋 copy color: '#7DEC3E'

red 125 ◦ green 236 ◦ blue 62

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

Shades of Atlantis #7DEC3E

Tints of Atlantis #7DEC3E

RGB

 RED value IS 125 (49.22% from 255) = 29.55%

 GREEN value IS 236 (92.58% from 255) = 55.79%

 BLUE value IS 62 (24.61% from 255) = 14.66%

R = 29.55%
G = 55.79%
B = 14.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#7DEC3E (or 0x7DEC3E) is known color: Atlantis. HEX triplet: 7D, EC and 3E. RGB value is (125,236,62). Sum of RGB (Red+Green+Blue) = 125+236+62=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC3E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEC3E is #8213C1. Grayscale: #B7B7B7. Windows color (decimal): -8524738 or 4123773. OLE color: 4123773.

HSL color Cylindrical-coordinate representation of color #7DEC3E: hue angle of 98.28º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DEC3E is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 236 62 -
CMYK 0.47 0 0.74 0.07
HSL 98.28º 0.82% 0.58% -
HSV(B) 98.28º 0.74% 0.93% -
XYZ 39.32 64.7 14.97 -
YUV 182.98 59.73 86.65 -
System Red Green Blue C M Y K H S L
Decimal 125 236 62 0.47 0 0.74 0.07 98.28 0.82 0.58
Hex 7D EC 3E 2F 0 4A 7 62 52 3A
Octal 175 354 76 57 0 112 7 142 122 72
Binary 1111101 11101100 111110 101111 0 1001010 111 1100010 1010010 111010

Color Harmonies of #7DEC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEC3E

Black with #7DEC3E

Text Example


Text Example

White with #7DEC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,236,62); }

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

background-color css

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

 a { background-color: rgb(125,236,62); }

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

border-color css

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

 span { border-color: rgb(125,236,62); }

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