Html Css Color HEX #82C738 Yellow Green

📋 copy color: '#82C738'

red 130 ◦ green 199 ◦ blue 56

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

Shades of Yellow Green #82C738

Tints of Yellow Green #82C738

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.69%

 BLUE value IS 56 (22.27% from 255) = 14.55%

R = 33.77%
G = 51.69%
B = 14.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#82C738 (or 0x82C738) is known color: Yellow Green. HEX triplet: 82, C7 and 38. RGB value is (130,199,56). Sum of RGB (Red+Green+Blue) = 130+199+56=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #82C738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C738 is #7D38C7. Grayscale: #A2A2A2. Windows color (decimal): -8206536 or 3721090. OLE color: 3721090.

HSL color Cylindrical-coordinate representation of color #82C738: hue angle of 88.95º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82C738 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 199 56 -
CMYK 0.35 0 0.72 0.22
HSL 88.95º 0.56% 0.5% -
HSV(B) 88.95º 0.72% 0.78% -
XYZ 30.34 45.88 11 -
YUV 162.07 68.14 105.13 -
System Red Green Blue C M Y K H S L
Decimal 130 199 56 0.35 0 0.72 0.22 88.95 0.56 0.5
Hex 82 C7 38 23 0 48 16 59 38 32
Octal 202 307 70 43 0 110 26 131 70 62
Binary 10000010 11000111 111000 100011 0 1001000 10110 1011001 111000 110010

Color Harmonies of #82C738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C738

Black with #82C738

Text Example


Text Example

White with #82C738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,199,56); }

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

background-color css

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

 a { background-color: rgb(130,199,56); }

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

border-color css

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

 span { border-color: rgb(130,199,56); }

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