#74E932

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

Shades of Atlantis #74E932

Tints of Atlantis #74E932

Color information

#74E932 (or 0x74E932) is unknown color: approx Atlantis. HEX triplet: 74, E9 and 32. RGB value is (116,233,50). Sum of RGB (Red+Green+Blue) = 116+233+50=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 233 (91.41% from 255 or 58.40% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 233 - color contains mainly: green. Hex color #74E932 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E932 is #8B16CD. Grayscale: #B1B1B1. Windows color (decimal): -9115342 or 3336564. OLE color: 3336564.

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

Color convert

RGB11623350-
CMYK0.5000.790.09
HSL98.36º80.62%55.49%-
HSV(B)98.36º78.54%91.37%-
XYZ36.9262.2213.08-
YUV177.1556.2484.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 233 (91.41% from 255) = 58.40%
BLUE value IS 50 (19.92% from 255) = 12.53%
R=29.07%
G=58.40%
B=12.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal116233500.5000.790.0998.3680.6255.49
Hex74E9323204F9625137
Octal164351626201171114212167
Binary11101001110100111001011001001001111100111000101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74E932; }

 p { color: rgb(116,233,50); }

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

<style>
 a { background-color: #74E932; }

 a { background-color: rgb(116,233,50); }

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

<style>
 span { border-color: #74E932; }

 span { border-color: rgb(116,233,50); }

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