Html Css Color HEX #72C975 Pastel Green

📋 copy color: '#72C975'

red 114 ◦ green 201 ◦ blue 117

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

Shades of Pastel Green #72C975

Tints of Pastel Green #72C975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 26.39%
G = 46.53%
B = 27.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#72C975 (or 0x72C975) is known color: Pastel Green. HEX triplet: 72, C9 and 75. RGB value is (114,201,117). Sum of RGB (Red+Green+Blue) = 114+201+117=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #72C975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C975 is #8D368A. Grayscale: #A5A5A5. Windows color (decimal): -9254539 or 7719282. OLE color: 7719282.

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

Color convert

RGB 114 201 117 -
CMYK 0.43 0 0.42 0.21
HSL 122.07º 0.45% 0.62% -
HSV(B) 122.07º 0.43% 0.79% -
XYZ 31.04 46.64 24.2 -
YUV 165.41 100.68 91.33 -
System Red Green Blue C M Y K H S L
Decimal 114 201 117 0.43 0 0.42 0.21 122.07 0.45 0.62
Hex 72 C9 75 2B 0 2A 15 7A 2D 3E
Octal 162 311 165 53 0 52 25 172 55 76
Binary 1110010 11001001 1110101 101011 0 101010 10101 1111010 101101 111110

Color Harmonies of #72C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C975

Black with #72C975

Text Example


Text Example

White with #72C975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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