Html Css Color HEX #82BB01 Citrus

📋 copy color: '#82BB01'

red 130 ◦ green 187 ◦ blue 1

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

Shades of Citrus #82BB01

Tints of Citrus #82BB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.81%

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

R = 40.88%
G = 58.81%
B = 0.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#82BB01 (or 0x82BB01) is known color: Citrus. HEX triplet: 82, BB and 01. RGB value is (130,187,1). Sum of RGB (Red+Green+Blue) = 130+187+1=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BB01 is #7D44FE. Grayscale: #959595. Windows color (decimal): -8209663 or 113538. OLE color: 113538.

HSL color Cylindrical-coordinate representation of color #82BB01: hue angle of 78.39º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82BB01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 187 1 -
CMYK 0.30 0 0.99 0.27
HSL 78.39º 0.99% 0.37% -
HSV(B) 78.39º 0.99% 0.73% -
XYZ 26.98 40.29 6.38 -
YUV 148.75 44.62 114.62 -
System Red Green Blue C M Y K H S L
Decimal 130 187 1 0.30 0 0.99 0.27 78.39 0.99 0.37
Hex 82 BB 1 1E 0 63 1B 4E 63 25
Octal 202 273 1 36 0 143 33 116 143 45
Binary 10000010 10111011 1 11110 0 1100011 11011 1001110 1100011 100101

Color Harmonies of #82BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BB01

Black with #82BB01

Text Example


Text Example

White with #82BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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