Html Css Color HEX #77EE3A Atlantis

📋 copy color: '#77EE3A'

red 119 ◦ green 238 ◦ blue 58

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

Shades of Atlantis #77EE3A

Tints of Atlantis #77EE3A

RGB

 RED value IS 119 (46.88% from 255) = 28.67%

 GREEN value IS 238 (93.36% from 255) = 57.35%

 BLUE value IS 58 (23.05% from 255) = 13.98%

R = 28.67%
G = 57.35%
B = 13.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#77EE3A (or 0x77EE3A) is known color: Atlantis. HEX triplet: 77, EE and 3A. RGB value is (119,238,58). Sum of RGB (Red+Green+Blue) = 119+238+58=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 238 (93.36% from 255 or 57.35% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 238 - color contains mainly: green. Hex color #77EE3A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EE3A is #8811C5. Grayscale: #B6B6B6. Windows color (decimal): -8917446 or 3862135. OLE color: 3862135.

HSL color Cylindrical-coordinate representation of color #77EE3A: hue angle of 99.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77EE3A is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 238 58 -
CMYK 0.50 0 0.76 0.07
HSL 99.67º 0.84% 0.58% -
HSV(B) 99.67º 0.76% 0.93% -
XYZ 38.95 65.38 14.57 -
YUV 181.9 58.08 83.14 -
System Red Green Blue C M Y K H S L
Decimal 119 238 58 0.50 0 0.76 0.07 99.67 0.84 0.58
Hex 77 EE 3A 32 0 4C 7 64 54 3A
Octal 167 356 72 62 0 114 7 144 124 72
Binary 1110111 11101110 111010 110010 0 1001100 111 1100100 1010100 111010

Color Harmonies of #77EE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EE3A

Black with #77EE3A

Text Example


Text Example

White with #77EE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,238,58); }

 H1.HeaderClassName
 {
   color: #77EE3A;
 }
 .AnyTagClassName
 {
   color: #77EE3A;
 }
</style>

background-color css

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

 a { background-color: rgb(119,238,58); }

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

border-color css

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

 span { border-color: rgb(119,238,58); }

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