Html Css Color HEX #72CB7D Pastel Green

📋 copy color: '#72CB7D'

red 114 ◦ green 203 ◦ blue 125

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

Shades of Pastel Green #72CB7D

Tints of Pastel Green #72CB7D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.93%

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 25.79%
G = 45.93%
B = 28.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#72CB7D (or 0x72CB7D) is known color: Pastel Green. HEX triplet: 72, CB and 7D. RGB value is (114,203,125). Sum of RGB (Red+Green+Blue) = 114+203+125=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CB7D is #8D3482. Grayscale: #A7A7A7. Windows color (decimal): -9254019 or 8244082. OLE color: 8244082.

HSL color Cylindrical-coordinate representation of color #72CB7D: hue angle of 127.42º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CB7D is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 203 125 -
CMYK 0.44 0 0.38 0.20
HSL 127.42º 0.46% 0.62% -
HSV(B) 127.42º 0.44% 0.8% -
XYZ 32 47.77 26.94 -
YUV 167.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 114 203 125 0.44 0 0.38 0.20 127.42 0.46 0.62
Hex 72 CB 7D 2C 0 26 14 7F 2E 3E
Octal 162 313 175 54 0 46 24 177 56 76
Binary 1110010 11001011 1111101 101100 0 100110 10100 1111111 101110 111110

Color Harmonies of #72CB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CB7D

Black with #72CB7D

Text Example


Text Example

White with #72CB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,203,125); }

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

background-color css

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

 a { background-color: rgb(114,203,125); }

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

border-color css

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

 span { border-color: rgb(114,203,125); }

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