Html Css Color HEX #72DB61 Pastel Green

📋 copy color: '#72DB61'

red 114 ◦ green 219 ◦ blue 97

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

Shades of Pastel Green #72DB61

Tints of Pastel Green #72DB61

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.93%

 BLUE value IS 97 (38.28% from 255) = 22.56%

R = 26.51%
G = 50.93%
B = 22.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#72DB61 (or 0x72DB61) is known color: Pastel Green. HEX triplet: 72, DB and 61. RGB value is (114,219,97). Sum of RGB (Red+Green+Blue) = 114+219+97=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DB61 is #8D249E. Grayscale: #AEAEAE. Windows color (decimal): -9249951 or 6413170. OLE color: 6413170.

HSL color Cylindrical-coordinate representation of color #72DB61: hue angle of 111.64º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72DB61 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 219 97 -
CMYK 0.48 0 0.56 0.14
HSL 111.64º 0.63% 0.62% -
HSV(B) 111.64º 0.56% 0.86% -
XYZ 34.43 55.1 20.13 -
YUV 173.7 84.71 85.42 -
System Red Green Blue C M Y K H S L
Decimal 114 219 97 0.48 0 0.56 0.14 111.64 0.63 0.62
Hex 72 DB 61 30 0 38 E 70 3F 3E
Octal 162 333 141 60 0 70 16 160 77 76
Binary 1110010 11011011 1100001 110000 0 111000 1110 1110000 111111 111110

Color Harmonies of #72DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DB61

Black with #72DB61

Text Example


Text Example

White with #72DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,219,97); }

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

background-color css

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

 a { background-color: rgb(114,219,97); }

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

border-color css

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

 span { border-color: rgb(114,219,97); }

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