#72ED84

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

Shades of Pastel Green #72ED84

Tints of Pastel Green #72ED84

Color information

#72ED84 (or 0x72ED84) is unknown color: approx Pastel Green. HEX triplet: 72, ED and 84. RGB value is (114,237,132). Sum of RGB (Red+Green+Blue) = 114+237+132=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #72ED84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72ED84 is #8D127B. Grayscale: #BCBCBC. Windows color (decimal): -9245308 or 8711538. OLE color: 8711538.

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

Color convert

RGB114237132-
CMYK0.5200.440.07
HSL128.78º77.36%68.82%-
HSV(B)128.78º51.9%92.94%-
XYZ41.3965.8132.35-
YUV188.2596.2575.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.60%
GREEN value IS 237 (92.97% from 255) = 49.07%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=23.60%
G=49.07%
B=27.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142371320.5200.440.07128.7877.3668.82
Hex72ED843402C7814d45
Octal162355204640547201115105
Binary1110010111011011000010011010001011001111000000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,237,132); }

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

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

 a { background-color: rgb(114,237,132); }

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

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

 span { border-color: rgb(114,237,132); }

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