Html Css Color HEX #83D20A Citrus

📋 copy color: '#83D20A'

red 131 ◦ green 210 ◦ blue 10

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

Shades of Citrus #83D20A

Tints of Citrus #83D20A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.83%

 BLUE value IS 10 (4.3% from 255) = 2.85%

R = 37.32%
G = 59.83%
B = 2.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#83D20A (or 0x83D20A) is known color: Citrus. HEX triplet: 83, D2 and 0A. RGB value is (131,210,10). Sum of RGB (Red+Green+Blue) = 131+210+10=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #83D20A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D20A is #7C2DF5. Grayscale: #A4A4A4. Windows color (decimal): -8138230 or 709251. OLE color: 709251.

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

Color convert

RGB 131 210 10 -
CMYK 0.38 0 0.95 0.18
HSL 83.7º 0.91% 0.43% -
HSV(B) 83.7º 0.95% 0.82% -
XYZ 32.46 50.94 8.41 -
YUV 163.58 41.33 104.76 -
System Red Green Blue C M Y K H S L
Decimal 131 210 10 0.38 0 0.95 0.18 83.7 0.91 0.43
Hex 83 D2 A 26 0 5F 12 54 5B 2B
Octal 203 322 12 46 0 137 22 124 133 53
Binary 10000011 11010010 1010 100110 0 1011111 10010 1010100 1011011 101011

Color Harmonies of #83D20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D20A

Black with #83D20A

Text Example


Text Example

White with #83D20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,210,10); }

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

background-color css

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

 a { background-color: rgb(131,210,10); }

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

border-color css

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

 span { border-color: rgb(131,210,10); }

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