Html Css Color HEX #72D668 Pastel Green

📋 copy color: '#72D668'

red 114 ◦ green 214 ◦ blue 104

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

Shades of Pastel Green #72D668

Tints of Pastel Green #72D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.54%

 BLUE value IS 104 (41.02% from 255) = 24.07%

R = 26.39%
G = 49.54%
B = 24.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#72D668 (or 0x72D668) is known color: Pastel Green. HEX triplet: 72, D6 and 68. RGB value is (114,214,104). Sum of RGB (Red+Green+Blue) = 114+214+104=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #72D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D668 is #8D2997. Grayscale: #ABABAB. Windows color (decimal): -9251224 or 6870642. OLE color: 6870642.

HSL color Cylindrical-coordinate representation of color #72D668: hue angle of 114.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72D668 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 214 104 -
CMYK 0.47 0 0.51 0.16
HSL 114.55º 0.57% 0.62% -
HSV(B) 114.55º 0.51% 0.84% -
XYZ 33.48 52.67 21.5 -
YUV 171.56 89.87 86.94 -
System Red Green Blue C M Y K H S L
Decimal 114 214 104 0.47 0 0.51 0.16 114.55 0.57 0.62
Hex 72 D6 68 2F 0 33 10 73 39 3E
Octal 162 326 150 57 0 63 20 163 71 76
Binary 1110010 11010110 1101000 101111 0 110011 10000 1110011 111001 111110

Color Harmonies of #72D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D668

Black with #72D668

Text Example


Text Example

White with #72D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,214,104); }

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

background-color css

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

 a { background-color: rgb(114,214,104); }

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

border-color css

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

 span { border-color: rgb(114,214,104); }

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