Html Css Color HEX #82C93A Yellow Green

📋 copy color: '#82C93A'

red 130 ◦ green 201 ◦ blue 58

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

Shades of Yellow Green #82C93A

Tints of Yellow Green #82C93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.67%

 BLUE value IS 58 (23.05% from 255) = 14.91%

R = 33.42%
G = 51.67%
B = 14.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#82C93A (or 0x82C93A) is known color: Yellow Green. HEX triplet: 82, C9 and 3A. RGB value is (130,201,58). Sum of RGB (Red+Green+Blue) = 130+201+58=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #82C93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C93A is #7D36C5. Grayscale: #A3A3A3. Windows color (decimal): -8206022 or 3852674. OLE color: 3852674.

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

Color convert

RGB 130 201 58 -
CMYK 0.35 0 0.71 0.21
HSL 89.79º 0.57% 0.51% -
HSV(B) 89.79º 0.71% 0.79% -
XYZ 30.86 46.82 11.41 -
YUV 163.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 130 201 58 0.35 0 0.71 0.21 89.79 0.57 0.51
Hex 82 C9 3A 23 0 47 15 5A 39 33
Octal 202 311 72 43 0 107 25 132 71 63
Binary 10000010 11001001 111010 100011 0 1000111 10101 1011010 111001 110011

Color Harmonies of #82C93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C93A

Black with #82C93A

Text Example


Text Example

White with #82C93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,201,58); }

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

background-color css

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

 a { background-color: rgb(130,201,58); }

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

border-color css

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

 span { border-color: rgb(130,201,58); }

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