Html Css Color HEX #82CA72 Pastel Green

📋 copy color: '#82CA72'

red 130 ◦ green 202 ◦ blue 114

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

Shades of Pastel Green #82CA72

Tints of Pastel Green #82CA72

RGB

 RED value IS 130 (51.17% from 255) = 29.15%

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

 BLUE value IS 114 (44.92% from 255) = 25.56%

R = 29.15%
G = 45.29%
B = 25.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#82CA72 (or 0x82CA72) is known color: Pastel Green. HEX triplet: 82, CA and 72. RGB value is (130,202,114). Sum of RGB (Red+Green+Blue) = 130+202+114=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA72 is #7D358D. Grayscale: #AAAAAA. Windows color (decimal): -8205710 or 7522946. OLE color: 7522946.

HSL color Cylindrical-coordinate representation of color #82CA72: hue angle of 109.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82CA72 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 114 -
CMYK 0.36 0 0.44 0.21
HSL 109.09º 0.45% 0.62% -
HSV(B) 109.09º 0.44% 0.79% -
XYZ 33.36 48.2 23.47 -
YUV 170.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 130 202 114 0.36 0 0.44 0.21 109.09 0.45 0.62
Hex 82 CA 72 24 0 2C 15 6D 2D 3E
Octal 202 312 162 44 0 54 25 155 55 76
Binary 10000010 11001010 1110010 100100 0 101100 10101 1101101 101101 111110

Color Harmonies of #82CA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA72

Black with #82CA72

Text Example


Text Example

White with #82CA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82CA72; }

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

 H1.HeaderClassName
 {
   color: #82CA72;
 }
 .AnyTagClassName
 {
   color: #82CA72;
 }
</style>

background-color css

<style>
 a { background-color: #82CA72; }

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

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

border-color css

<style>
 span { border-color: #82CA72; }

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

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