Html Css Color HEX #82C237 Yellow Green

📋 copy color: '#82C237'

red 130 ◦ green 194 ◦ blue 55

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

Shades of Yellow Green #82C237

Tints of Yellow Green #82C237

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.19%

 BLUE value IS 55 (21.88% from 255) = 14.51%

R = 34.3%
G = 51.19%
B = 14.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#82C237 (or 0x82C237) is known color: Yellow Green. HEX triplet: 82, C2 and 37. RGB value is (130,194,55). Sum of RGB (Red+Green+Blue) = 130+194+55=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #82C237 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C237 is #7D3DC8. Grayscale: #9F9F9F. Windows color (decimal): -8207817 or 3654274. OLE color: 3654274.

HSL color Cylindrical-coordinate representation of color #82C237: hue angle of 87.63º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82C237 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 194 55 -
CMYK 0.33 0 0.72 0.24
HSL 87.63º 0.56% 0.49% -
HSV(B) 87.63º 0.72% 0.76% -
XYZ 29.19 43.61 10.49 -
YUV 159.02 69.3 107.3 -
System Red Green Blue C M Y K H S L
Decimal 130 194 55 0.33 0 0.72 0.24 87.63 0.56 0.49
Hex 82 C2 37 21 0 48 18 58 38 31
Octal 202 302 67 41 0 110 30 130 70 61
Binary 10000010 11000010 110111 100001 0 1001000 11000 1011000 111000 110001

Color Harmonies of #82C237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C237

Black with #82C237

Text Example


Text Example

White with #82C237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,55); }

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

background-color css

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

 a { background-color: rgb(130,194,55); }

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

border-color css

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

 span { border-color: rgb(130,194,55); }

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