Html Css Color HEX #7ADD36 Atlantis

📋 copy color: '#7ADD36'

red 122 ◦ green 221 ◦ blue 54

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

Shades of Atlantis #7ADD36

Tints of Atlantis #7ADD36

RGB

 RED value IS 122 (48.05% from 255) = 30.73%

 GREEN value IS 221 (86.72% from 255) = 55.67%

 BLUE value IS 54 (21.48% from 255) = 13.6%

R = 30.73%
G = 55.67%
B = 13.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#7ADD36 (or 0x7ADD36) is known color: Atlantis. HEX triplet: 7A, DD and 36. RGB value is (122,221,54). Sum of RGB (Red+Green+Blue) = 122+221+54=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD36 is #8522C9. Grayscale: #ACACAC. Windows color (decimal): -8725194 or 3595642. OLE color: 3595642.

HSL color Cylindrical-coordinate representation of color #7ADD36: hue angle of 95.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7ADD36 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 54 -
CMYK 0.45 0 0.76 0.13
HSL 95.57º 0.71% 0.54% -
HSV(B) 95.57º 0.76% 0.87% -
XYZ 34.55 56.12 12.5 -
YUV 172.36 61.2 92.08 -
System Red Green Blue C M Y K H S L
Decimal 122 221 54 0.45 0 0.76 0.13 95.57 0.71 0.54
Hex 7A DD 36 2D 0 4C D 60 47 36
Octal 172 335 66 55 0 114 15 140 107 66
Binary 1111010 11011101 110110 101101 0 1001100 1101 1100000 1000111 110110

Color Harmonies of #7ADD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD36

Black with #7ADD36

Text Example


Text Example

White with #7ADD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,221,54); }

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

background-color css

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

 a { background-color: rgb(122,221,54); }

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

border-color css

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

 span { border-color: rgb(122,221,54); }

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