#78E734

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

Shades of Atlantis #78E734

Tints of Atlantis #78E734

Color information

#78E734 (or 0x78E734) is unknown color: approx Atlantis. HEX triplet: 78, E7 and 34. RGB value is (120,231,52). Sum of RGB (Red+Green+Blue) = 120+231+52=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #78E734 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78E734 is #8718CB. Grayscale: #B2B2B2. Windows color (decimal): -8853708 or 3467128. OLE color: 3467128.

HSL color Cylindrical-coordinate representation of color #78E734: hue angle of 97.21º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78E734 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB12023152-
CMYK0.4800.770.09
HSL97.21º78.85%55.49%-
HSV(B)97.21º77.49%90.59%-
XYZ36.9461.3913.15-
YUV177.457.2387.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 231 (90.62% from 255) = 57.32%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=29.78%
G=57.32%
B=12.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal120231520.4800.770.0997.2178.8555.49
Hex78E7343004D9614f37
Octal170347646001151114111767
Binary11110001110011111010011000001001101100111000011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78E734; }

 p { color: rgb(120,231,52); }

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

<style>
 a { background-color: #78E734; }

 a { background-color: rgb(120,231,52); }

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

<style>
 span { border-color: #78E734; }

 span { border-color: rgb(120,231,52); }

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