Html Css Color HEX #76ED34 Atlantis

📋 copy color: '#76ED34'

red 118 ◦ green 237 ◦ blue 52

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

Shades of Atlantis #76ED34

Tints of Atlantis #76ED34

RGB

 RED value IS 118 (46.48% from 255) = 28.99%

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

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 28.99%
G = 58.23%
B = 12.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#76ED34 (or 0x76ED34) is known color: Atlantis. HEX triplet: 76, ED and 34. RGB value is (118,237,52). Sum of RGB (Red+Green+Blue) = 118+237+52=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 237 (92.97% from 255 or 58.23% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 237 - color contains mainly: green. Hex color #76ED34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76ED34 is #8912CB. Grayscale: #B4B4B4. Windows color (decimal): -8983244 or 3468662. OLE color: 3468662.

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

Color convert

RGB 118 237 52 -
CMYK 0.50 0 0.78 0.07
HSL 98.59º 0.84% 0.57% -
HSV(B) 98.59º 0.78% 0.93% -
XYZ 38.38 64.67 13.71 -
YUV 180.33 55.58 83.54 -
System Red Green Blue C M Y K H S L
Decimal 118 237 52 0.50 0 0.78 0.07 98.59 0.84 0.57
Hex 76 ED 34 32 0 4E 7 63 54 39
Octal 166 355 64 62 0 116 7 143 124 71
Binary 1110110 11101101 110100 110010 0 1001110 111 1100011 1010100 111001

Color Harmonies of #76ED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ED34

Black with #76ED34

Text Example


Text Example

White with #76ED34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76ED34; }

 p { color: rgb(118,237,52); }

 H1.HeaderClassName
 {
   color: #76ED34;
 }
 .AnyTagClassName
 {
   color: #76ED34;
 }
</style>

background-color css

<style>
 a { background-color: #76ED34; }

 a { background-color: rgb(118,237,52); }

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

border-color css

<style>
 span { border-color: #76ED34; }

 span { border-color: rgb(118,237,52); }

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