Html Css Color HEX #72CA69 Pastel Green

📋 copy color: '#72CA69'

red 114 ◦ green 202 ◦ blue 105

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

Shades of Pastel Green #72CA69

Tints of Pastel Green #72CA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.94%

R = 27.08%
G = 47.98%
B = 24.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#72CA69 (or 0x72CA69) is known color: Pastel Green. HEX triplet: 72, CA and 69. RGB value is (114,202,105). Sum of RGB (Red+Green+Blue) = 114+202+105=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA69 is #8D3596. Grayscale: #A4A4A4. Windows color (decimal): -9254295 or 6933106. OLE color: 6933106.

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

Color convert

RGB 114 202 105 -
CMYK 0.44 0 0.48 0.21
HSL 114.43º 0.48% 0.6% -
HSV(B) 114.43º 0.48% 0.79% -
XYZ 30.61 46.84 20.79 -
YUV 164.63 94.35 91.89 -
System Red Green Blue C M Y K H S L
Decimal 114 202 105 0.44 0 0.48 0.21 114.43 0.48 0.6
Hex 72 CA 69 2C 0 30 15 72 30 3C
Octal 162 312 151 54 0 60 25 162 60 74
Binary 1110010 11001010 1101001 101100 0 110000 10101 1110010 110000 111100

Color Harmonies of #72CA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA69

Black with #72CA69

Text Example


Text Example

White with #72CA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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