Html Css Color HEX #72E274 Pastel Green

📋 copy color: '#72E274'

red 114 ◦ green 226 ◦ blue 116

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

Shades of Pastel Green #72E274

Tints of Pastel Green #72E274

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.56%

 BLUE value IS 116 (45.7% from 255) = 25.44%

R = 25%
G = 49.56%
B = 25.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#72E274 (or 0x72E274) is known color: Pastel Green. HEX triplet: 72, E2 and 74. RGB value is (114,226,116). Sum of RGB (Red+Green+Blue) = 114+226+116=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #72E274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E274 is #8D1D8B. Grayscale: #B4B4B4. Windows color (decimal): -9248140 or 7660146. OLE color: 7660146.

HSL color Cylindrical-coordinate representation of color #72E274: hue angle of 121.07º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E274 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 226 116 -
CMYK 0.50 0 0.49 0.11
HSL 121.07º 0.66% 0.67% -
HSV(B) 121.07º 0.5% 0.89% -
XYZ 37.29 59.23 25.99 -
YUV 179.97 91.89 80.94 -
System Red Green Blue C M Y K H S L
Decimal 114 226 116 0.50 0 0.49 0.11 121.07 0.66 0.67
Hex 72 E2 74 32 0 31 B 79 42 43
Octal 162 342 164 62 0 61 13 171 102 103
Binary 1110010 11100010 1110100 110010 0 110001 1011 1111001 1000010 1000011

Color Harmonies of #72E274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E274

Black with #72E274

Text Example


Text Example

White with #72E274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,226,116); }

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

background-color css

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

 a { background-color: rgb(114,226,116); }

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

border-color css

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

 span { border-color: rgb(114,226,116); }

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