Html Css Color HEX #7ED33C Atlantis

📋 copy color: '#7ED33C'

red 126 ◦ green 211 ◦ blue 60

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

Shades of Atlantis #7ED33C

Tints of Atlantis #7ED33C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.15%

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 31.74%
G = 53.15%
B = 15.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#7ED33C (or 0x7ED33C) is known color: Atlantis. HEX triplet: 7E, D3 and 3C. RGB value is (126,211,60). Sum of RGB (Red+Green+Blue) = 126+211+60=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED33C is #812CC3. Grayscale: #A8A8A8. Windows color (decimal): -8465604 or 3986302. OLE color: 3986302.

HSL color Cylindrical-coordinate representation of color #7ED33C: hue angle of 93.77º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ED33C is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 126 211 60 -
CMYK 0.40 0 0.72 0.17
HSL 93.77º 0.63% 0.53% -
HSV(B) 93.77º 0.72% 0.83% -
XYZ 32.71 51.35 12.46 -
YUV 168.37 66.84 97.78 -
System Red Green Blue C M Y K H S L
Decimal 126 211 60 0.40 0 0.72 0.17 93.77 0.63 0.53
Hex 7E D3 3C 28 0 48 11 5E 3F 35
Octal 176 323 74 50 0 110 21 136 77 65
Binary 1111110 11010011 111100 101000 0 1001000 10001 1011110 111111 110101

Color Harmonies of #7ED33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED33C

Black with #7ED33C

Text Example


Text Example

White with #7ED33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,211,60); }

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

background-color css

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

 a { background-color: rgb(126,211,60); }

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

border-color css

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

 span { border-color: rgb(126,211,60); }

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