Html Css Color HEX #72CA6B Pastel Green

📋 copy color: '#72CA6B'

red 114 ◦ green 202 ◦ blue 107

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

Shades of Pastel Green #72CA6B

Tints of Pastel Green #72CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.75%

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 26.95%
G = 47.75%
B = 25.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#72CA6B (or 0x72CA6B) is known color: Pastel Green. HEX triplet: 72, CA and 6B. RGB value is (114,202,107). Sum of RGB (Red+Green+Blue) = 114+202+107=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA6B is #8D3594. Grayscale: #A5A5A5. Windows color (decimal): -9254293 or 7064178. OLE color: 7064178.

HSL color Cylindrical-coordinate representation of color #72CA6B: hue angle of 115.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72CA6B is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 107 -
CMYK 0.44 0 0.47 0.21
HSL 115.58º 0.47% 0.61% -
HSV(B) 115.58º 0.47% 0.79% -
XYZ 30.71 46.88 21.34 -
YUV 164.86 95.35 91.72 -
System Red Green Blue C M Y K H S L
Decimal 114 202 107 0.44 0 0.47 0.21 115.58 0.47 0.61
Hex 72 CA 6B 2C 0 2F 15 74 2F 3D
Octal 162 312 153 54 0 57 25 164 57 75
Binary 1110010 11001010 1101011 101100 0 101111 10101 1110100 101111 111101

Color Harmonies of #72CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA6B

Black with #72CA6B

Text Example


Text Example

White with #72CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,202,107); }

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

background-color css

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

 a { background-color: rgb(114,202,107); }

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

border-color css

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

 span { border-color: rgb(114,202,107); }

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