Html Css Color HEX #82B801 Citrus

📋 copy color: '#82B801'

red 130 ◦ green 184 ◦ blue 1

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

Shades of Citrus #82B801

Tints of Citrus #82B801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.41%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 41.27%
G = 58.41%
B = 0.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#82B801 (or 0x82B801) is known color: Citrus. HEX triplet: 82, B8 and 01. RGB value is (130,184,1). Sum of RGB (Red+Green+Blue) = 130+184+1=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #82B801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B801 is #7D47FE. Grayscale: #939393. Windows color (decimal): -8210431 or 112770. OLE color: 112770.

HSL color Cylindrical-coordinate representation of color #82B801: hue angle of 77.7º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82B801 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 184 1 -
CMYK 0.29 0 0.99 0.28
HSL 77.7º 0.99% 0.36% -
HSV(B) 77.7º 0.99% 0.72% -
XYZ 26.35 39.03 6.17 -
YUV 146.99 45.61 115.88 -
System Red Green Blue C M Y K H S L
Decimal 130 184 1 0.29 0 0.99 0.28 77.7 0.99 0.36
Hex 82 B8 1 1D 0 63 1C 4E 63 24
Octal 202 270 1 35 0 143 34 116 143 44
Binary 10000010 10111000 1 11101 0 1100011 11100 1001110 1100011 100100

Color Harmonies of #82B801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B801

Black with #82B801

Text Example


Text Example

White with #82B801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,1); }

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

background-color css

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

 a { background-color: rgb(130,184,1); }

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

border-color css

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

 span { border-color: rgb(130,184,1); }

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