Html Css Color HEX #82CA06 Citrus

📋 copy color: '#82CA06'

red 130 ◦ green 202 ◦ blue 6

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

Shades of Citrus #82CA06

Tints of Citrus #82CA06

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.76%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 38.46%
G = 59.76%
B = 1.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#82CA06 (or 0x82CA06) is known color: Citrus. HEX triplet: 82, CA and 06. RGB value is (130,202,6). Sum of RGB (Red+Green+Blue) = 130+202+6=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CA06 is #7D35F9. Grayscale: #9E9E9E. Windows color (decimal): -8205818 or 445058. OLE color: 445058.

HSL color Cylindrical-coordinate representation of color #82CA06: hue angle of 82.04º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82CA06 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 6 -
CMYK 0.36 0 0.97 0.21
HSL 82.04º 0.94% 0.41% -
HSV(B) 82.04º 0.97% 0.79% -
XYZ 30.36 47 7.64 -
YUV 158.13 42.15 107.94 -
System Red Green Blue C M Y K H S L
Decimal 130 202 6 0.36 0 0.97 0.21 82.04 0.94 0.41
Hex 82 CA 6 24 0 61 15 52 5E 29
Octal 202 312 6 44 0 141 25 122 136 51
Binary 10000010 11001010 110 100100 0 1100001 10101 1010010 1011110 101001

Color Harmonies of #82CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA06

Black with #82CA06

Text Example


Text Example

White with #82CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,6); }

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

background-color css

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

 a { background-color: rgb(130,202,6); }

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

border-color css

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

 span { border-color: rgb(130,202,6); }

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