Html Css Color HEX #72C96F Pastel Green

📋 copy color: '#72C96F'

red 114 ◦ green 201 ◦ blue 111

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

Shades of Pastel Green #72C96F

Tints of Pastel Green #72C96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.18%

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 26.76%
G = 47.18%
B = 26.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#72C96F (or 0x72C96F) is known color: Pastel Green. HEX triplet: 72, C9 and 6F. RGB value is (114,201,111). Sum of RGB (Red+Green+Blue) = 114+201+111=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #72C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C96F is #8D3690. Grayscale: #A5A5A5. Windows color (decimal): -9254545 or 7326066. OLE color: 7326066.

HSL color Cylindrical-coordinate representation of color #72C96F: hue angle of 118º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72C96F is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 201 111 -
CMYK 0.43 0 0.45 0.21
HSL 118º 0.45% 0.61% -
HSV(B) 118º 0.45% 0.79% -
XYZ 30.7 46.5 22.4 -
YUV 164.73 97.68 91.82 -
System Red Green Blue C M Y K H S L
Decimal 114 201 111 0.43 0 0.45 0.21 118 0.45 0.61
Hex 72 C9 6F 2B 0 2D 15 76 2D 3D
Octal 162 311 157 53 0 55 25 166 55 75
Binary 1110010 11001001 1101111 101011 0 101101 10101 1110110 101101 111101

Color Harmonies of #72C96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C96F

Black with #72C96F

Text Example


Text Example

White with #72C96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,201,111); }

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

background-color css

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

 a { background-color: rgb(114,201,111); }

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

border-color css

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

 span { border-color: rgb(114,201,111); }

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