Html Css Color HEX #72CB7C Pastel Green

📋 copy color: '#72CB7C'

red 114 ◦ green 203 ◦ blue 124

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

Shades of Pastel Green #72CB7C

Tints of Pastel Green #72CB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.12%

R = 25.85%
G = 46.03%
B = 28.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#72CB7C (or 0x72CB7C) is known color: Pastel Green. HEX triplet: 72, CB and 7C. RGB value is (114,203,124). Sum of RGB (Red+Green+Blue) = 114+203+124=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CB7C is #8D3483. Grayscale: #A7A7A7. Windows color (decimal): -9254020 or 8178546. OLE color: 8178546.

HSL color Cylindrical-coordinate representation of color #72CB7C: hue angle of 126.74º 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 #72CB7C is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 203 124 -
CMYK 0.44 0 0.39 0.20
HSL 126.74º 0.46% 0.62% -
HSV(B) 126.74º 0.44% 0.8% -
XYZ 31.93 47.74 26.6 -
YUV 167.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 114 203 124 0.44 0 0.39 0.20 126.74 0.46 0.62
Hex 72 CB 7C 2C 0 27 14 7F 2E 3E
Octal 162 313 174 54 0 47 24 177 56 76
Binary 1110010 11001011 1111100 101100 0 100111 10100 1111111 101110 111110

Color Harmonies of #72CB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CB7C

Black with #72CB7C

Text Example


Text Example

White with #72CB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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