Html Css Color HEX #82D005 Citrus

📋 copy color: '#82D005'

red 130 ◦ green 208 ◦ blue 5

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

Shades of Citrus #82D005

Tints of Citrus #82D005

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.64%

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 37.9%
G = 60.64%
B = 1.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#82D005 (or 0x82D005) is known color: Citrus. HEX triplet: 82, D0 and 05. RGB value is (130,208,5). Sum of RGB (Red+Green+Blue) = 130+208+5=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #82D005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D005 is #7D2FFA. Grayscale: #A2A2A2. Windows color (decimal): -8204283 or 381058. OLE color: 381058.

HSL color Cylindrical-coordinate representation of color #82D005: hue angle of 83.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82D005 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 208 5 -
CMYK 0.38 0 0.98 0.18
HSL 83.05º 0.95% 0.42% -
HSV(B) 83.05º 0.98% 0.82% -
XYZ 31.79 49.87 8.09 -
YUV 161.54 39.66 105.51 -
System Red Green Blue C M Y K H S L
Decimal 130 208 5 0.38 0 0.98 0.18 83.05 0.95 0.42
Hex 82 D0 5 26 0 62 12 53 5F 2A
Octal 202 320 5 46 0 142 22 123 137 52
Binary 10000010 11010000 101 100110 0 1100010 10010 1010011 1011111 101010

Color Harmonies of #82D005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D005

Black with #82D005

Text Example


Text Example

White with #82D005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,208,5); }

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

background-color css

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

 a { background-color: rgb(130,208,5); }

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

border-color css

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

 span { border-color: rgb(130,208,5); }

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