Html Css Color HEX #7AED35 Atlantis

📋 copy color: '#7AED35'

red 122 ◦ green 237 ◦ blue 53

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

Shades of Atlantis #7AED35

Tints of Atlantis #7AED35

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.52%

 BLUE value IS 53 (21.09% from 255) = 12.86%

R = 29.61%
G = 57.52%
B = 12.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#7AED35 (or 0x7AED35) is known color: Atlantis. HEX triplet: 7A, ED and 35. RGB value is (122,237,53). Sum of RGB (Red+Green+Blue) = 122+237+53=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 237 (92.97% from 255 or 57.52% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AED35 is #8512CA. Grayscale: #B6B6B6. Windows color (decimal): -8721099 or 3534202. OLE color: 3534202.

HSL color Cylindrical-coordinate representation of color #7AED35: hue angle of 97.5º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AED35 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 237 53 -
CMYK 0.49 0 0.78 0.07
HSL 97.5º 0.84% 0.57% -
HSV(B) 97.5º 0.78% 0.93% -
XYZ 38.95 64.96 13.85 -
YUV 181.64 55.4 85.46 -
System Red Green Blue C M Y K H S L
Decimal 122 237 53 0.49 0 0.78 0.07 97.5 0.84 0.57
Hex 7A ED 35 31 0 4E 7 62 54 39
Octal 172 355 65 61 0 116 7 142 124 71
Binary 1111010 11101101 110101 110001 0 1001110 111 1100010 1010100 111001

Color Harmonies of #7AED35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AED35

Black with #7AED35

Text Example


Text Example

White with #7AED35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,237,53); }

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

background-color css

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

 a { background-color: rgb(122,237,53); }

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

border-color css

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

 span { border-color: rgb(122,237,53); }

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