Html Css Color HEX #7ADF36 Atlantis

📋 copy color: '#7ADF36'

red 122 ◦ green 223 ◦ blue 54

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

Shades of Atlantis #7ADF36

Tints of Atlantis #7ADF36

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.89%

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

R = 30.58%
G = 55.89%
B = 13.53%

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

#7ADF36 (or 0x7ADF36) is known color: Atlantis. HEX triplet: 7A, DF and 36. RGB value is (122,223,54). Sum of RGB (Red+Green+Blue) = 122+223+54=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADF36 is #8520C9. Grayscale: #AEAEAE. Windows color (decimal): -8724682 or 3596154. OLE color: 3596154.

HSL color Cylindrical-coordinate representation of color #7ADF36: hue angle of 95.86º degrees, saturation: 0.73, 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 #7ADF36 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 223 54 -
CMYK 0.45 0 0.76 0.13
HSL 95.86º 0.73% 0.54% -
HSV(B) 95.86º 0.76% 0.87% -
XYZ 35.08 57.18 12.68 -
YUV 173.54 60.54 91.24 -
System Red Green Blue C M Y K H S L
Decimal 122 223 54 0.45 0 0.76 0.13 95.86 0.73 0.54
Hex 7A DF 36 2D 0 4C D 60 49 36
Octal 172 337 66 55 0 114 15 140 111 66
Binary 1111010 11011111 110110 101101 0 1001100 1101 1100000 1001001 110110

Color Harmonies of #7ADF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADF36

Black with #7ADF36

Text Example


Text Example

White with #7ADF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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