Html Css Color HEX #72CF80 Pastel Green

📋 copy color: '#72CF80'

red 114 ◦ green 207 ◦ blue 128

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

Shades of Pastel Green #72CF80

Tints of Pastel Green #72CF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 25.39%
G = 46.1%
B = 28.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#72CF80 (or 0x72CF80) is known color: Pastel Green. HEX triplet: 72, CF and 80. RGB value is (114,207,128). Sum of RGB (Red+Green+Blue) = 114+207+128=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CF80 is #8D307F. Grayscale: #AAAAAA. Windows color (decimal): -9252992 or 8441714. OLE color: 8441714.

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

Color convert

RGB 114 207 128 -
CMYK 0.45 0 0.38 0.19
HSL 129.03º 0.49% 0.63% -
HSV(B) 129.03º 0.45% 0.81% -
XYZ 33.15 49.76 28.28 -
YUV 170.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 114 207 128 0.45 0 0.38 0.19 129.03 0.49 0.63
Hex 72 CF 80 2D 0 26 13 81 31 3F
Octal 162 317 200 55 0 46 23 201 61 77
Binary 1110010 11001111 10000000 101101 0 100110 10011 10000001 110001 111111

Color Harmonies of #72CF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CF80

Black with #72CF80

Text Example


Text Example

White with #72CF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,128); }

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

background-color css

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

 a { background-color: rgb(114,207,128); }

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

border-color css

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

 span { border-color: rgb(114,207,128); }

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