Html Css Color HEX #72EC37 Atlantis

📋 copy color: '#72EC37'

red 114 ◦ green 236 ◦ blue 55

#72EC37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #72EC37

Tints of Atlantis #72EC37

RGB

 RED value IS 114 (44.92% from 255) = 28.15%

 GREEN value IS 236 (92.58% from 255) = 58.27%

 BLUE value IS 55 (21.88% from 255) = 13.58%

R = 28.15%
G = 58.27%
B = 13.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#72EC37 (or 0x72EC37) is known color: Atlantis. HEX triplet: 72, EC and 37. RGB value is (114,236,55). Sum of RGB (Red+Green+Blue) = 114+236+55=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72EC37 is #8D13C8. Grayscale: #B3B3B3. Windows color (decimal): -9245641 or 3665010. OLE color: 3665010.

HSL color Cylindrical-coordinate representation of color #72EC37: hue angle of 100.44º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72EC37 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 55 -
CMYK 0.52 0 0.77 0.07
HSL 100.44º 0.83% 0.57% -
HSV(B) 100.44º 0.77% 0.93% -
XYZ 37.62 63.84 13.95 -
YUV 178.89 58.08 81.72 -
System Red Green Blue C M Y K H S L
Decimal 114 236 55 0.52 0 0.77 0.07 100.44 0.83 0.57
Hex 72 EC 37 34 0 4D 7 64 53 39
Octal 162 354 67 64 0 115 7 144 123 71
Binary 1110010 11101100 110111 110100 0 1001101 111 1100100 1010011 111001

Color Harmonies of #72EC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EC37

Black with #72EC37

Text Example


Text Example

White with #72EC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,236,55); }

 H1.HeaderClassName
 {
   color: #72EC37;
 }
 .AnyTagClassName
 {
   color: #72EC37;
 }
</style>

background-color css

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

 a { background-color: rgb(114,236,55); }

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

border-color css

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

 span { border-color: rgb(114,236,55); }

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