#72EB6C

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

Shades of Pastel Green #72EB6C

Tints of Pastel Green #72EB6C

Color information

#72EB6C (or 0x72EB6C) is unknown color: approx Pastel Green. HEX triplet: 72, EB and 6C. RGB value is (114,235,108). Sum of RGB (Red+Green+Blue) = 114+235+108=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #72EB6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EB6C is #8D1493. Grayscale: #B8B8B8. Windows color (decimal): -9245844 or 7138162. OLE color: 7138162.

HSL color Cylindrical-coordinate representation of color #72EB6C: hue angle of 117.17º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72EB6C is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB114235108-
CMYK0.5100.540.08
HSL117.17º76.05%67.25%-
HSV(B)117.17º54.04%92.16%-
XYZ39.3564.0824.48-
YUV184.3484.9177.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 235 (92.19% from 255) = 51.42%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=24.95%
G=51.42%
B=23.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142351080.5100.540.08117.1776.0567.25
Hex72EB6C330368754c43
Octal1623531546306610165114103
Binary111001011101011110110011001101101101000111010110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,235,108); }

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

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

 a { background-color: rgb(114,235,108); }

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

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

 span { border-color: rgb(114,235,108); }

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