Html Css Color HEX #72D95D Pastel Green

📋 copy color: '#72D95D'

red 114 ◦ green 217 ◦ blue 93

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

Shades of Pastel Green #72D95D

Tints of Pastel Green #72D95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.18%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 26.89%
G = 51.18%
B = 21.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#72D95D (or 0x72D95D) is known color: Pastel Green. HEX triplet: 72, D9 and 5D. RGB value is (114,217,93). Sum of RGB (Red+Green+Blue) = 114+217+93=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #72D95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D95D is #8D26A2. Grayscale: #ACACAC. Windows color (decimal): -9250467 or 6150514. OLE color: 6150514.

HSL color Cylindrical-coordinate representation of color #72D95D: hue angle of 109.84º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72D95D is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 217 93 -
CMYK 0.47 0 0.57 0.15
HSL 109.84º 0.62% 0.61% -
HSV(B) 109.84º 0.57% 0.85% -
XYZ 33.73 53.99 19 -
YUV 172.07 83.38 86.58 -
System Red Green Blue C M Y K H S L
Decimal 114 217 93 0.47 0 0.57 0.15 109.84 0.62 0.61
Hex 72 D9 5D 2F 0 39 F 6E 3E 3D
Octal 162 331 135 57 0 71 17 156 76 75
Binary 1110010 11011001 1011101 101111 0 111001 1111 1101110 111110 111101

Color Harmonies of #72D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D95D

Black with #72D95D

Text Example


Text Example

White with #72D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,217,93); }

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

background-color css

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

 a { background-color: rgb(114,217,93); }

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

border-color css

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

 span { border-color: rgb(114,217,93); }

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