Html Css Color HEX #83D006 Citrus

📋 copy color: '#83D006'

red 131 ◦ green 208 ◦ blue 6

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

Shades of Citrus #83D006

Tints of Citrus #83D006

RGB

 RED value IS 131 (51.56% from 255) = 37.97%

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

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

R = 37.97%
G = 60.29%
B = 1.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#83D006 (or 0x83D006) is known color: Citrus. HEX triplet: 83, D0 and 06. RGB value is (131,208,6). Sum of RGB (Red+Green+Blue) = 131+208+6=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #83D006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D006 is #7C2FF9. Grayscale: #A2A2A2. Windows color (decimal): -8138746 or 446595. OLE color: 446595.

HSL color Cylindrical-coordinate representation of color #83D006: hue angle of 82.87º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83D006 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 208 6 -
CMYK 0.37 0 0.97 0.18
HSL 82.87º 0.94% 0.42% -
HSV(B) 82.87º 0.97% 0.82% -
XYZ 31.95 49.95 8.13 -
YUV 161.95 39.99 105.93 -
System Red Green Blue C M Y K H S L
Decimal 131 208 6 0.37 0 0.97 0.18 82.87 0.94 0.42
Hex 83 D0 6 25 0 61 12 53 5E 2A
Octal 203 320 6 45 0 141 22 123 136 52
Binary 10000011 11010000 110 100101 0 1100001 10010 1010011 1011110 101010

Color Harmonies of #83D006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D006

Black with #83D006

Text Example


Text Example

White with #83D006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83D006; }

 p { color: rgb(131,208,6); }

 H1.HeaderClassName
 {
   color: #83D006;
 }
 .AnyTagClassName
 {
   color: #83D006;
 }
</style>

background-color css

<style>
 a { background-color: #83D006; }

 a { background-color: rgb(131,208,6); }

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

border-color css

<style>
 span { border-color: #83D006; }

 span { border-color: rgb(131,208,6); }

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