Html Css Color HEX #72F28C Pastel Green

📋 copy color: '#72F28C'

red 114 ◦ green 242 ◦ blue 140

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

Shades of Pastel Green #72F28C

Tints of Pastel Green #72F28C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 22.98%
G = 48.79%
B = 28.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#72F28C (or 0x72F28C) is known color: Pastel Green. HEX triplet: 72, F2 and 8C. RGB value is (114,242,140). Sum of RGB (Red+Green+Blue) = 114+242+140=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #72F28C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F28C is #8D0D73. Grayscale: #C0C0C0. Windows color (decimal): -9244020 or 9237106. OLE color: 9237106.

HSL color Cylindrical-coordinate representation of color #72F28C: hue angle of 132.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F28C is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 242 140 -
CMYK 0.53 0 0.42 0.05
HSL 132.19º 0.83% 0.7% -
HSV(B) 132.19º 0.53% 0.95% -
XYZ 43.43 68.98 35.84 -
YUV 192.1 98.59 72.29 -
System Red Green Blue C M Y K H S L
Decimal 114 242 140 0.53 0 0.42 0.05 132.19 0.83 0.7
Hex 72 F2 8C 35 0 2A 5 84 53 46
Octal 162 362 214 65 0 52 5 204 123 106
Binary 1110010 11110010 10001100 110101 0 101010 101 10000100 1010011 1000110

Color Harmonies of #72F28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F28C

Black with #72F28C

Text Example


Text Example

White with #72F28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,242,140); }

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

background-color css

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

 a { background-color: rgb(114,242,140); }

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

border-color css

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

 span { border-color: rgb(114,242,140); }

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