Html Css Color HEX #72EC6A Pastel Green

📋 copy color: '#72EC6A'

red 114 ◦ green 236 ◦ blue 106

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

Shades of Pastel Green #72EC6A

Tints of Pastel Green #72EC6A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.75%

 BLUE value IS 106 (41.8% from 255) = 23.25%

R = 25%
G = 51.75%
B = 23.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#72EC6A (or 0x72EC6A) is known color: Pastel Green. HEX triplet: 72, EC and 6A. RGB value is (114,236,106). Sum of RGB (Red+Green+Blue) = 114+236+106=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EC6A is #8D1395. Grayscale: #B9B9B9. Windows color (decimal): -9245590 or 7007346. OLE color: 7007346.

HSL color Cylindrical-coordinate representation of color #72EC6A: hue angle of 116.31º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72EC6A is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 106 -
CMYK 0.52 0 0.55 0.07
HSL 116.31º 0.77% 0.67% -
HSV(B) 116.31º 0.55% 0.93% -
XYZ 39.54 64.61 24.02 -
YUV 184.7 83.58 77.57 -
System Red Green Blue C M Y K H S L
Decimal 114 236 106 0.52 0 0.55 0.07 116.31 0.77 0.67
Hex 72 EC 6A 34 0 37 7 74 4D 43
Octal 162 354 152 64 0 67 7 164 115 103
Binary 1110010 11101100 1101010 110100 0 110111 111 1110100 1001101 1000011

Color Harmonies of #72EC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EC6A

Black with #72EC6A

Text Example


Text Example

White with #72EC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,236,106); }

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

background-color css

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

 a { background-color: rgb(114,236,106); }

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

border-color css

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

 span { border-color: rgb(114,236,106); }

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