#78F438

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

Shades of Atlantis #78F438

Tints of Atlantis #78F438

Color information

#78F438 (or 0x78F438) is unknown color: approx Atlantis. HEX triplet: 78, F4 and 38. RGB value is (120,244,56). Sum of RGB (Red+Green+Blue) = 120+244+56=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #78F438 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78F438 is #870BC7. Grayscale: #BABABA. Windows color (decimal): -8850376 or 3732600. OLE color: 3732600.

HSL color Cylindrical-coordinate representation of color #78F438: hue angle of 99.57º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78F438 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB12024456-
CMYK0.5100.770.04
HSL99.57º89.52%58.82%-
HSV(B)99.57º77.05%95.69%-
XYZ40.8168.9814.9-
YUV185.4954.9281.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 244 (95.70% from 255) = 58.10%
BLUE value IS 56 (22.27% from 255) = 13.33%
R=28.57%
G=58.10%
B=13.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal120244560.5100.770.0499.5789.5258.82
Hex78F4383304D4645a3b
Octal17036470630115414413273
Binary1111000111101001110001100110100110110011001001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,244,56); }

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

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

 a { background-color: rgb(120,244,56); }

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

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

 span { border-color: rgb(120,244,56); }

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