#7ADE35

Color #7ADE35 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #7ADE35

Tints of Atlantis #7ADE35

Color information

#7ADE35 (or 0x7ADE35) is unknown color: approx Atlantis. HEX triplet: 7A, DE and 35. RGB value is (122,222,53). Sum of RGB (Red+Green+Blue) = 122+222+53=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADE35 is #8521CA. Grayscale: #ADADAD. Windows color (decimal): -8724939 or 3530362. OLE color: 3530362.

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

Color convert

RGB12222253-
CMYK0.4500.760.13
HSL95.5º71.91%53.92%-
HSV(B)95.5º76.13%87.06%-
XYZ34.7956.6412.47-
YUV172.8360.3791.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 222 (87.11% from 255) = 55.92%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=30.73%
G=55.92%
B=13.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122222530.4500.760.1395.571.9153.92
Hex7ADE352D04CD604836
Octal172336655501141514011066
Binary11110101101111011010110110101001100110111000001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ADE35;
 }
 .AnyTagClassName
 {
   color: #7ADE35;
 }
</style>
background-color css

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

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

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

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

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

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