Html Css Color HEX #7ADE38 Atlantis

📋 copy color: '#7ADE38'

red 122 ◦ green 222 ◦ blue 56

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

Shades of Atlantis #7ADE38

Tints of Atlantis #7ADE38

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.5%

 BLUE value IS 56 (22.27% from 255) = 14%

R = 30.5%
G = 55.5%
B = 14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#7ADE38 (or 0x7ADE38) is known color: Atlantis. HEX triplet: 7A, DE and 38. RGB value is (122,222,56). Sum of RGB (Red+Green+Blue) = 122+222+56=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 222 (87.11% from 255 or 55.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADE38 is #8521C7. Grayscale: #ADADAD. Windows color (decimal): -8724936 or 3726970. OLE color: 3726970.

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

Color convert

RGB 122 222 56 -
CMYK 0.45 0 0.75 0.13
HSL 96.14º 0.72% 0.55% -
HSV(B) 96.14º 0.75% 0.87% -
XYZ 34.86 56.67 12.84 -
YUV 173.18 61.87 91.5 -
System Red Green Blue C M Y K H S L
Decimal 122 222 56 0.45 0 0.75 0.13 96.14 0.72 0.55
Hex 7A DE 38 2D 0 4B D 60 48 37
Octal 172 336 70 55 0 113 15 140 110 67
Binary 1111010 11011110 111000 101101 0 1001011 1101 1100000 1001000 110111

Color Harmonies of #7ADE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADE38

Black with #7ADE38

Text Example


Text Example

White with #7ADE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,222,56); }

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

background-color css

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

 a { background-color: rgb(122,222,56); }

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

border-color css

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

 span { border-color: rgb(122,222,56); }

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