Html Css Color HEX #82B402 Citrus

📋 copy color: '#82B402'

red 130 ◦ green 180 ◦ blue 2

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

Shades of Citrus #82B402

Tints of Citrus #82B402

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.69%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 41.67%
G = 57.69%
B = 0.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#82B402 (or 0x82B402) is known color: Citrus. HEX triplet: 82, B4 and 02. RGB value is (130,180,2). Sum of RGB (Red+Green+Blue) = 130+180+2=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #82B402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B402 is #7D4BFD. Grayscale: #919191. Windows color (decimal): -8211454 or 177282. OLE color: 177282.

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

Color convert

RGB 130 180 2 -
CMYK 0.28 0 0.99 0.29
HSL 76.85º 0.98% 0.36% -
HSV(B) 76.85º 0.99% 0.71% -
XYZ 25.54 37.39 5.93 -
YUV 144.76 47.44 117.47 -
System Red Green Blue C M Y K H S L
Decimal 130 180 2 0.28 0 0.99 0.29 76.85 0.98 0.36
Hex 82 B4 2 1C 0 63 1D 4D 62 24
Octal 202 264 2 34 0 143 35 115 142 44
Binary 10000010 10110100 10 11100 0 1100011 11101 1001101 1100010 100100

Color Harmonies of #82B402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B402

Black with #82B402

Text Example


Text Example

White with #82B402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,180,2); }

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

background-color css

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

 a { background-color: rgb(130,180,2); }

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

border-color css

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

 span { border-color: rgb(130,180,2); }

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