Html Css Color HEX #82BB04 Citrus

📋 copy color: '#82BB04'

red 130 ◦ green 187 ◦ blue 4

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

Shades of Citrus #82BB04

Tints of Citrus #82BB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 40.5%
G = 58.26%
B = 1.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#82BB04 (or 0x82BB04) is known color: Citrus. HEX triplet: 82, BB and 04. RGB value is (130,187,4). Sum of RGB (Red+Green+Blue) = 130+187+4=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BB04 is #7D44FB. Grayscale: #959595. Windows color (decimal): -8209660 or 310146. OLE color: 310146.

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

Color convert

RGB 130 187 4 -
CMYK 0.30 0 0.98 0.27
HSL 78.69º 0.96% 0.37% -
HSV(B) 78.69º 0.98% 0.73% -
XYZ 27 40.3 6.47 -
YUV 149.1 46.12 114.38 -
System Red Green Blue C M Y K H S L
Decimal 130 187 4 0.30 0 0.98 0.27 78.69 0.96 0.37
Hex 82 BB 4 1E 0 62 1B 4F 60 25
Octal 202 273 4 36 0 142 33 117 140 45
Binary 10000010 10111011 100 11110 0 1100010 11011 1001111 1100000 100101

Color Harmonies of #82BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BB04

Black with #82BB04

Text Example


Text Example

White with #82BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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