Html Css Color HEX #83D614 Yellow Green

📋 copy color: '#83D614'

red 131 ◦ green 214 ◦ blue 20

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

Shades of Yellow Green #83D614

Tints of Yellow Green #83D614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.63%

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

R = 35.89%
G = 58.63%
B = 5.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#83D614 (or 0x83D614) is known color: Yellow Green. HEX triplet: 83, D6 and 14. RGB value is (131,214,20). Sum of RGB (Red+Green+Blue) = 131+214+20=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #83D614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D614 is #7C29EB. Grayscale: #A7A7A7. Windows color (decimal): -8137196 or 1365635. OLE color: 1365635.

HSL color Cylindrical-coordinate representation of color #83D614: hue angle of 85.67º 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 #83D614 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 214 20 -
CMYK 0.39 0 0.91 0.16
HSL 85.67º 0.83% 0.46% -
HSV(B) 85.67º 0.91% 0.84% -
XYZ 33.53 52.97 9.12 -
YUV 167.07 45 102.27 -
System Red Green Blue C M Y K H S L
Decimal 131 214 20 0.39 0 0.91 0.16 85.67 0.83 0.46
Hex 83 D6 14 27 0 5B 10 56 53 2E
Octal 203 326 24 47 0 133 20 126 123 56
Binary 10000011 11010110 10100 100111 0 1011011 10000 1010110 1010011 101110

Color Harmonies of #83D614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D614

Black with #83D614

Text Example


Text Example

White with #83D614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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