Html Css Color HEX #83D514 Yellow Green

📋 copy color: '#83D514'

red 131 ◦ green 213 ◦ blue 20

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

Shades of Yellow Green #83D514

Tints of Yellow Green #83D514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.52%

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 35.99%
G = 58.52%
B = 5.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#83D514 (or 0x83D514) is known color: Yellow Green. HEX triplet: 83, D5 and 14. RGB value is (131,213,20). Sum of RGB (Red+Green+Blue) = 131+213+20=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #83D514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D514 is #7C2AEB. Grayscale: #A7A7A7. Windows color (decimal): -8137452 or 1365379. OLE color: 1365379.

HSL color Cylindrical-coordinate representation of color #83D514: hue angle of 85.49º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83D514 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 213 20 -
CMYK 0.38 0 0.91 0.16
HSL 85.49º 0.83% 0.46% -
HSV(B) 85.49º 0.91% 0.84% -
XYZ 33.28 52.46 9.03 -
YUV 166.48 45.33 102.69 -
System Red Green Blue C M Y K H S L
Decimal 131 213 20 0.38 0 0.91 0.16 85.49 0.83 0.46
Hex 83 D5 14 26 0 5B 10 55 53 2E
Octal 203 325 24 46 0 133 20 125 123 56
Binary 10000011 11010101 10100 100110 0 1011011 10000 1010101 1010011 101110

Color Harmonies of #83D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D514

Black with #83D514

Text Example


Text Example

White with #83D514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,213,20); }

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

background-color css

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

 a { background-color: rgb(131,213,20); }

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

border-color css

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

 span { border-color: rgb(131,213,20); }

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