Html Css Color HEX #82C83B Yellow Green

📋 copy color: '#82C83B'

red 130 ◦ green 200 ◦ blue 59

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

Shades of Yellow Green #82C83B

Tints of Yellow Green #82C83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.41%

 BLUE value IS 59 (23.44% from 255) = 15.17%

R = 33.42%
G = 51.41%
B = 15.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#82C83B (or 0x82C83B) is known color: Yellow Green. HEX triplet: 82, C8 and 3B. RGB value is (130,200,59). Sum of RGB (Red+Green+Blue) = 130+200+59=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #82C83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C83B is #7D37C4. Grayscale: #A3A3A3. Windows color (decimal): -8206277 or 3917954. OLE color: 3917954.

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

Color convert

RGB 130 200 59 -
CMYK 0.35 0 0.70 0.22
HSL 89.79º 0.56% 0.51% -
HSV(B) 89.79º 0.71% 0.78% -
XYZ 30.65 46.37 11.47 -
YUV 163 69.31 104.46 -
System Red Green Blue C M Y K H S L
Decimal 130 200 59 0.35 0 0.70 0.22 89.79 0.56 0.51
Hex 82 C8 3B 23 0 46 16 5A 38 33
Octal 202 310 73 43 0 106 26 132 70 63
Binary 10000010 11001000 111011 100011 0 1000110 10110 1011010 111000 110011

Color Harmonies of #82C83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C83B

Black with #82C83B

Text Example


Text Example

White with #82C83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,200,59); }

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

background-color css

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

 a { background-color: rgb(130,200,59); }

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

border-color css

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

 span { border-color: rgb(130,200,59); }

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