Html Css Color HEX #72CA70 Pastel Green

📋 copy color: '#72CA70'

red 114 ◦ green 202 ◦ blue 112

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

Shades of Pastel Green #72CA70

Tints of Pastel Green #72CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.2%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 26.64%
G = 47.2%
B = 26.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#72CA70 (or 0x72CA70) is known color: Pastel Green. HEX triplet: 72, CA and 70. RGB value is (114,202,112). Sum of RGB (Red+Green+Blue) = 114+202+112=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA70 is #8D358F. Grayscale: #A5A5A5. Windows color (decimal): -9254288 or 7391858. OLE color: 7391858.

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

Color convert

RGB 114 202 112 -
CMYK 0.44 0 0.45 0.21
HSL 118.67º 0.46% 0.62% -
HSV(B) 118.67º 0.45% 0.79% -
XYZ 30.98 46.99 22.77 -
YUV 165.43 97.85 91.32 -
System Red Green Blue C M Y K H S L
Decimal 114 202 112 0.44 0 0.45 0.21 118.67 0.46 0.62
Hex 72 CA 70 2C 0 2D 15 77 2E 3E
Octal 162 312 160 54 0 55 25 167 56 76
Binary 1110010 11001010 1110000 101100 0 101101 10101 1110111 101110 111110

Color Harmonies of #72CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA70

Black with #72CA70

Text Example


Text Example

White with #72CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,202,112); }

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

background-color css

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

 a { background-color: rgb(114,202,112); }

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

border-color css

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

 span { border-color: rgb(114,202,112); }

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