Html Css Color HEX #72D688 Pastel Green

📋 copy color: '#72D688'

red 114 ◦ green 214 ◦ blue 136

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

Shades of Pastel Green #72D688

Tints of Pastel Green #72D688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.31%

R = 24.57%
G = 46.12%
B = 29.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#72D688 (or 0x72D688) is known color: Pastel Green. HEX triplet: 72, D6 and 88. RGB value is (114,214,136). Sum of RGB (Red+Green+Blue) = 114+214+136=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #72D688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D688 is #8D2977. Grayscale: #AFAFAF. Windows color (decimal): -9251192 or 8967794. OLE color: 8967794.

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

Color convert

RGB 114 214 136 -
CMYK 0.47 0 0.36 0.16
HSL 133.2º 0.55% 0.64% -
HSV(B) 133.2º 0.47% 0.84% -
XYZ 35.43 53.45 31.74 -
YUV 175.21 105.87 84.34 -
System Red Green Blue C M Y K H S L
Decimal 114 214 136 0.47 0 0.36 0.16 133.2 0.55 0.64
Hex 72 D6 88 2F 0 24 10 85 37 40
Octal 162 326 210 57 0 44 20 205 67 100
Binary 1110010 11010110 10001000 101111 0 100100 10000 10000101 110111 1000000

Color Harmonies of #72D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D688

Black with #72D688

Text Example


Text Example

White with #72D688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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