Html Css Color HEX #82CB73 Pastel Green

📋 copy color: '#82CB73'

red 130 ◦ green 203 ◦ blue 115

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

Shades of Pastel Green #82CB73

Tints of Pastel Green #82CB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.31%

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 29.02%
G = 45.31%
B = 25.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#82CB73 (or 0x82CB73) is known color: Pastel Green. HEX triplet: 82, CB and 73. RGB value is (130,203,115). Sum of RGB (Red+Green+Blue) = 130+203+115=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB73 is #7D348C. Grayscale: #ABABAB. Windows color (decimal): -8205453 or 7588738. OLE color: 7588738.

HSL color Cylindrical-coordinate representation of color #82CB73: hue angle of 109.77º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82CB73 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 203 115 -
CMYK 0.36 0 0.43 0.20
HSL 109.77º 0.46% 0.62% -
HSV(B) 109.77º 0.43% 0.8% -
XYZ 33.66 48.7 23.84 -
YUV 171.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 130 203 115 0.36 0 0.43 0.20 109.77 0.46 0.62
Hex 82 CB 73 24 0 2B 14 6E 2E 3E
Octal 202 313 163 44 0 53 24 156 56 76
Binary 10000010 11001011 1110011 100100 0 101011 10100 1101110 101110 111110

Color Harmonies of #82CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CB73

Black with #82CB73

Text Example


Text Example

White with #82CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,203,115); }

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

background-color css

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

 a { background-color: rgb(130,203,115); }

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

border-color css

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

 span { border-color: rgb(130,203,115); }

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