#72E935

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

Shades of Atlantis #72E935

Tints of Atlantis #72E935

Color information

#72E935 (or 0x72E935) is unknown color: approx Atlantis. HEX triplet: 72, E9 and 35. RGB value is (114,233,53). Sum of RGB (Red+Green+Blue) = 114+233+53=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 233 (91.41% from 255 or 58.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 233 - color contains mainly: green. Hex color #72E935 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72E935 is #8D16CA. Grayscale: #B1B1B1. Windows color (decimal): -9246411 or 3533170. OLE color: 3533170.

HSL color Cylindrical-coordinate representation of color #72E935: hue angle of 99.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72E935 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB11423353-
CMYK0.5100.770.09
HSL99.67º80.36%56.08%-
HSV(B)99.67º77.25%91.37%-
XYZ36.7262.1113.42-
YUV176.958.0883.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 233 (91.41% from 255) = 58.25%
BLUE value IS 53 (21.09% from 255) = 13.25%
R=28.5%
G=58.25%
B=13.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal114233530.5100.770.0999.6780.3656.08
Hex72E9353304D9645038
Octal162351656301151114412070
Binary11100101110100111010111001101001101100111001001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72E935; }

 p { color: rgb(114,233,53); }

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

<style>
 a { background-color: #72E935; }

 a { background-color: rgb(114,233,53); }

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

<style>
 span { border-color: #72E935; }

 span { border-color: rgb(114,233,53); }

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