Html Css Color HEX #7ADC38 Atlantis

📋 copy color: '#7ADC38'

red 122 ◦ green 220 ◦ blue 56

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

Shades of Atlantis #7ADC38

Tints of Atlantis #7ADC38

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.28%

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

R = 30.65%
G = 55.28%
B = 14.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#7ADC38 (or 0x7ADC38) is known color: Atlantis. HEX triplet: 7A, DC and 38. RGB value is (122,220,56). Sum of RGB (Red+Green+Blue) = 122+220+56=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC38 is #8523C7. Grayscale: #ACACAC. Windows color (decimal): -8725448 or 3726458. OLE color: 3726458.

HSL color Cylindrical-coordinate representation of color #7ADC38: hue angle of 95.85º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7ADC38 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 56 -
CMYK 0.45 0 0.75 0.14
HSL 95.85º 0.7% 0.54% -
HSV(B) 95.85º 0.75% 0.86% -
XYZ 34.33 55.61 12.67 -
YUV 172 62.53 92.34 -
System Red Green Blue C M Y K H S L
Decimal 122 220 56 0.45 0 0.75 0.14 95.85 0.7 0.54
Hex 7A DC 38 2D 0 4B E 60 46 36
Octal 172 334 70 55 0 113 16 140 106 66
Binary 1111010 11011100 111000 101101 0 1001011 1110 1100000 1000110 110110

Color Harmonies of #7ADC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADC38

Black with #7ADC38

Text Example


Text Example

White with #7ADC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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