Html Css Color HEX #72D685 Pastel Green

📋 copy color: '#72D685'

red 114 ◦ green 214 ◦ blue 133

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

Shades of Pastel Green #72D685

Tints of Pastel Green #72D685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 24.73%
G = 46.42%
B = 28.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#72D685 (or 0x72D685) is known color: Pastel Green. HEX triplet: 72, D6 and 85. RGB value is (114,214,133). Sum of RGB (Red+Green+Blue) = 114+214+133=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #72D685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D685 is #8D297A. Grayscale: #AFAFAF. Windows color (decimal): -9251195 or 8771186. OLE color: 8771186.

HSL color Cylindrical-coordinate representation of color #72D685: hue angle of 131.4º 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 #72D685 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 214 133 -
CMYK 0.47 0 0.38 0.16
HSL 131.4º 0.55% 0.64% -
HSV(B) 131.4º 0.47% 0.84% -
XYZ 35.22 53.36 30.63 -
YUV 174.87 104.37 84.59 -
System Red Green Blue C M Y K H S L
Decimal 114 214 133 0.47 0 0.38 0.16 131.4 0.55 0.64
Hex 72 D6 85 2F 0 26 10 83 37 40
Octal 162 326 205 57 0 46 20 203 67 100
Binary 1110010 11010110 10000101 101111 0 100110 10000 10000011 110111 1000000

Color Harmonies of #72D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D685

Black with #72D685

Text Example


Text Example

White with #72D685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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