#77ED35

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

Shades of Atlantis #77ED35

Tints of Atlantis #77ED35

Color information

#77ED35 (or 0x77ED35) is unknown color: approx Atlantis. HEX triplet: 77, ED and 35. RGB value is (119,237,53). Sum of RGB (Red+Green+Blue) = 119+237+53=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #77ED35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77ED35 is #8812CA. Grayscale: #B5B5B5. Windows color (decimal): -8917707 or 3534199. OLE color: 3534199.

HSL color Cylindrical-coordinate representation of color #77ED35: hue angle of 98.48º 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 #77ED35 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB11923753-
CMYK0.5000.780.07
HSL98.48º83.64%56.86%-
HSV(B)98.48º77.64%92.94%-
XYZ38.5364.7513.83-
YUV180.7455.9183.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 237 (92.97% from 255) = 57.95%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=29.10%
G=57.95%
B=12.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal119237530.5000.780.0798.4883.6456.86
Hex77ED353204E7625439
Octal16735565620116714212471
Binary1110111111011011101011100100100111011111000101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ED35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77ED35; }

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

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

<style>
 a { background-color: #77ED35; }

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

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

<style>
 span { border-color: #77ED35; }

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

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