#76E234

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

Shades of Atlantis #76E234

Tints of Atlantis #76E234

Color information

#76E234 (or 0x76E234) is unknown color: approx Atlantis. HEX triplet: 76, E2 and 34. RGB value is (118,226,52). Sum of RGB (Red+Green+Blue) = 118+226+52=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 226 (88.67% from 255 or 57.07% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 226 - color contains mainly: green. Hex color #76E234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E234 is #891DCB. Grayscale: #AEAEAE. Windows color (decimal): -8986060 or 3465846. OLE color: 3465846.

HSL color Cylindrical-coordinate representation of color #76E234: hue angle of 97.24º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76E234 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB11822652-
CMYK0.4800.770.11
HSL97.24º75%54.51%-
HSV(B)97.24º76.99%88.63%-
XYZ35.2958.4912.68-
YUV173.8759.2288.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 226 (88.67% from 255) = 57.07%
BLUE value IS 52 (20.70% from 255) = 13.13%
R=29.80%
G=57.07%
B=13.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal118226520.4800.770.1197.247554.51
Hex76E2343004DB614b37
Octal166342646001151314111367
Binary11101101110001011010011000001001101101111000011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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