Html Css Color HEX #83D125 Yellow Green

📋 copy color: '#83D125'

red 131 ◦ green 209 ◦ blue 37

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

Shades of Yellow Green #83D125

Tints of Yellow Green #83D125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.44%

 BLUE value IS 37 (14.84% from 255) = 9.81%

R = 34.75%
G = 55.44%
B = 9.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#83D125 (or 0x83D125) is known color: Yellow Green. HEX triplet: 83, D1 and 25. RGB value is (131,209,37). Sum of RGB (Red+Green+Blue) = 131+209+37=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #83D125 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D125 is #7C2EDA. Grayscale: #A6A6A6. Windows color (decimal): -8138459 or 2478467. OLE color: 2478467.

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

Color convert

RGB 131 209 37 -
CMYK 0.37 0 0.82 0.18
HSL 87.21º 0.7% 0.48% -
HSV(B) 87.21º 0.82% 0.82% -
XYZ 32.49 50.56 9.8 -
YUV 166.07 55.16 102.99 -
System Red Green Blue C M Y K H S L
Decimal 131 209 37 0.37 0 0.82 0.18 87.21 0.7 0.48
Hex 83 D1 25 25 0 52 12 57 46 30
Octal 203 321 45 45 0 122 22 127 106 60
Binary 10000011 11010001 100101 100101 0 1010010 10010 1010111 1000110 110000

Color Harmonies of #83D125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D125

Black with #83D125

Text Example


Text Example

White with #83D125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,209,37); }

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

background-color css

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

 a { background-color: rgb(131,209,37); }

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

border-color css

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

 span { border-color: rgb(131,209,37); }

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