Html Css Color HEX #72CE70 Pastel Green

📋 copy color: '#72CE70'

red 114 ◦ green 206 ◦ blue 112

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

Shades of Pastel Green #72CE70

Tints of Pastel Green #72CE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.69%

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

R = 26.39%
G = 47.69%
B = 25.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#72CE70 (or 0x72CE70) is known color: Pastel Green. HEX triplet: 72, CE and 70. RGB value is (114,206,112). Sum of RGB (Red+Green+Blue) = 114+206+112=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CE70 is #8D318F. Grayscale: #A8A8A8. Windows color (decimal): -9253264 or 7392882. OLE color: 7392882.

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

Color convert

RGB 114 206 112 -
CMYK 0.45 0 0.46 0.19
HSL 118.72º 0.49% 0.62% -
HSV(B) 118.72º 0.46% 0.81% -
XYZ 31.94 48.89 23.08 -
YUV 167.78 96.52 89.64 -
System Red Green Blue C M Y K H S L
Decimal 114 206 112 0.45 0 0.46 0.19 118.72 0.49 0.62
Hex 72 CE 70 2D 0 2E 13 77 31 3E
Octal 162 316 160 55 0 56 23 167 61 76
Binary 1110010 11001110 1110000 101101 0 101110 10011 1110111 110001 111110

Color Harmonies of #72CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CE70

Black with #72CE70

Text Example


Text Example

White with #72CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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