Html Css Color HEX #82AF3F Sushi

📋 copy color: '#82AF3F'

red 130 ◦ green 175 ◦ blue 63

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

Shades of Sushi #82AF3F

Tints of Sushi #82AF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.55%

 BLUE value IS 63 (25% from 255) = 17.12%

R = 35.33%
G = 47.55%
B = 17.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#82AF3F (or 0x82AF3F) is known color: Sushi. HEX triplet: 82, AF and 3F. RGB value is (130,175,63). Sum of RGB (Red+Green+Blue) = 130+175+63=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF3F is #7D50C0. Grayscale: #959595. Windows color (decimal): -8212673 or 4173698. OLE color: 4173698.

HSL color Cylindrical-coordinate representation of color #82AF3F: hue angle of 84.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82AF3F is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 63 -
CMYK 0.26 0 0.64 0.31
HSL 84.11º 0.47% 0.47% -
HSV(B) 84.11º 0.64% 0.69% -
XYZ 25.43 35.76 10.27 -
YUV 148.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 130 175 63 0.26 0 0.64 0.31 84.11 0.47 0.47
Hex 82 AF 3F 1A 0 40 1F 54 2F 2F
Octal 202 257 77 32 0 100 37 124 57 57
Binary 10000010 10101111 111111 11010 0 1000000 11111 1010100 101111 101111

Color Harmonies of #82AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF3F

Black with #82AF3F

Text Example


Text Example

White with #82AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,175,63); }

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

background-color css

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

 a { background-color: rgb(130,175,63); }

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

border-color css

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

 span { border-color: rgb(130,175,63); }

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