Html Css Color HEX #72C96C Pastel Green

📋 copy color: '#72C96C'

red 114 ◦ green 201 ◦ blue 108

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

Shades of Pastel Green #72C96C

Tints of Pastel Green #72C96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 26.95%
G = 47.52%
B = 25.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#72C96C (or 0x72C96C) is known color: Pastel Green. HEX triplet: 72, C9 and 6C. RGB value is (114,201,108). Sum of RGB (Red+Green+Blue) = 114+201+108=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #72C96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C96C is #8D3693. Grayscale: #A4A4A4. Windows color (decimal): -9254548 or 7129458. OLE color: 7129458.

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

Color convert

RGB 114 201 108 -
CMYK 0.43 0 0.46 0.21
HSL 116.13º 0.46% 0.61% -
HSV(B) 116.13º 0.46% 0.79% -
XYZ 30.53 46.43 21.54 -
YUV 164.39 96.18 92.06 -
System Red Green Blue C M Y K H S L
Decimal 114 201 108 0.43 0 0.46 0.21 116.13 0.46 0.61
Hex 72 C9 6C 2B 0 2E 15 74 2E 3D
Octal 162 311 154 53 0 56 25 164 56 75
Binary 1110010 11001001 1101100 101011 0 101110 10101 1110100 101110 111101

Color Harmonies of #72C96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C96C

Black with #72C96C

Text Example


Text Example

White with #72C96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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