Html Css Color HEX #72CF7A Pastel Green

📋 copy color: '#72CF7A'

red 114 ◦ green 207 ◦ blue 122

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

Shades of Pastel Green #72CF7A

Tints of Pastel Green #72CF7A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.73%

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 25.73%
G = 46.73%
B = 27.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#72CF7A (or 0x72CF7A) is known color: Pastel Green. HEX triplet: 72, CF and 7A. RGB value is (114,207,122). Sum of RGB (Red+Green+Blue) = 114+207+122=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF7A is #8D3085. Grayscale: #A9A9A9. Windows color (decimal): -9252998 or 8048498. OLE color: 8048498.

HSL color Cylindrical-coordinate representation of color #72CF7A: hue angle of 125.16º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CF7A is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 122 -
CMYK 0.45 0 0.41 0.19
HSL 125.16º 0.49% 0.63% -
HSV(B) 125.16º 0.45% 0.81% -
XYZ 32.77 49.61 26.26 -
YUV 169.5 101.19 88.41 -
System Red Green Blue C M Y K H S L
Decimal 114 207 122 0.45 0 0.41 0.19 125.16 0.49 0.63
Hex 72 CF 7A 2D 0 29 13 7D 31 3F
Octal 162 317 172 55 0 51 23 175 61 77
Binary 1110010 11001111 1111010 101101 0 101001 10011 1111101 110001 111111

Color Harmonies of #72CF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CF7A

Black with #72CF7A

Text Example


Text Example

White with #72CF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,122); }

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

background-color css

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

 a { background-color: rgb(114,207,122); }

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

border-color css

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

 span { border-color: rgb(114,207,122); }

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